/*
Hier kannst du dein eigenes CSS einfügen.

Klicke auf das Hilfe-Symbol oben, um mehr zu lernen.
*/

/*
- Farbe Logo dunkel: #f25c37
- Farbe Logo hell: #f7975c   
*/
/*Hintergrund Transparenz*/
.site {
background-color: rgba(0, 0, 0, 0.0);
}
/* Versuch Menü zu verschieben*/
.site-header-menu{
	margin: 80px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

/*Hauptmenü Farben*/
.primary-menu a {
color: #ffffff;
/*font-size: 14px !important;*/
background-image: linear-gradient(to top, #f25c37 10%, #000000 46%);
	/*padding: 0px 0px 0px 0px;*/
	margin: 0px 0px 0px 0px;
}
/*Versuch Menüleiste nach links zu verschieben*/
.primary-menu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*Untermenü Farben*/
.sub-menu a {
color: #ffffff;
/*font-size: 13px !important;*/
background-image: linear-gradient(to top, #f7975c  2%, #000000  5%);
}

/*Menuleiste Navigation
.main-navigation {
	margin: 0px auto 0px auto;
	display: block;
}
*/
/*Hauptseite in dem der Conten liegt*/
.site-main {

margin: 0px 0px 0px 0px;
}

/*Conent=Artikel und Sidebar; hier padding von Links angelegt, damit linkes Bild frei bleib */
.content-area {
margin: 0px 0px 0px 0px;
	width:70%;
	min-width:350px;
		padding: 0px 0px 0px 14%;
}

/*Sidebar - sie darf zusammen mit Conent-Area nicht mehr als 100 Prozent betragen
*/

.sidebar{
margin: 10px 0px 0px 30px;
width: 18%;
	padding: 0px 0px 0px 0px;
	background-color: rgba(38, 38, 38, 0.4);
	min-width: 200px;
}



.site-header-menu {
	padding: 10px 10% 0px 0px;
} 

/* Abstand Navigationsleiste und Content*/
#masthead {
	/*padding-top: 0px;*/
	padding:0px 0px 0px 0px;
}

/* Header Bild Größe und Position*/
.header-image{
	width:800px;
	height:180px;
	margin: 0px auto 99px auto;
	padding: 0px  0px  0px  0px;
	
}

/*Individueller Einstellungen für Seite: Medien*/
body.page-id-30{
	background-color: #000000;
	width:100%;
	height:100%;
		background-image: url("http://new.tbc-freiburg.de/wp-content/uploads/2017/02/background_medien_w1600_v2.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/*Individuelle Einstellungen für Seite: Gallerie*/
body.page-id-52{
	background-color: #000000;
	width:100%;
	height:100%;
		background-image: url("http://new.tbc-freiburg.de/wp-content/uploads/2017/02/background_medien_w1600_v2.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/*Individuelle Einstellungen für Seite: Videos*/
body.page-id-53{
	background-color: #000000;
	width:100%;
	height:100%;
		background-image: url("http://new.tbc-freiburg.de/wp-content/uploads/2017/02/background_medien_w1600_v2.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*Individuelle Einstellungen für Seite: Für Profis*/
body.page-id-642{
	width:100%;
	height:100%;
		background-image: url("http://new.tbc-freiburg.de/wp-content/uploads/2017/02/fuer_profis_v5.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/*Individuelle Einstellungen für Seite: Für Anfänger*/
body.page-id-644{
	width:100%;
	height:100%;
		background-image: url("http://new.tbc-freiburg.de/wp-content/uploads/2017/02/fuer-Anfaenger_v5.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
}