@media all and (min-width: 100px) and (max-width: 480px) {

.header { 
	background-image: url('../images/2015/itf_logo_20150623.svg');
	background-color:#E2EF21;
	background-size: 125px 125px;
	background-position:left;
	background-repeat:no-repeat;
	border-radius: 5px;
	border: 1px solid black;
	height: 125px;
	}
	
/*farbe für alle Links im header */
.header a {
	color:#FFF;
	text-decoration:none;
	}
	
/*abstand h1 von links im header*/	
.header p {
	font-size: 0.9em;
	font-weight: bold;
	display:none;
	}
	
/*farbe small im header */	
.header p small{
	font-size: 0.8em;
	font-weight: bold;
	}

.banner {
	padding-left: 0px;
	}
	
.banner p {
	margin-left: 10px;
	margin-top: 15px;
	}

.content {
	padding-left:0px;
	}
	
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	display:block;	
	}
	
}

@media all and (min-width: 481px) and (max-width: 768px) {

.header { 
	background-image: url('../images/2015/itf_logo_20150623.svg');
	background-color:#E2EF21;
	background-size: 125px 125px;
	background-position: 10px 10px;
	background-repeat:no-repeat;
	border-radius: 5px;
	border: 1px solid black;
	height: 145px;
	}
	
/*farbe für alle Links im header */
.header a {
	color:#FFF;
	text-decoration:none;
	}
	
/*abstand h1 von links im header*/	
.header p {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 10px;
	}
	
/*farbe small im header */	
.header p small {
	font-size: 1.0em;
	font-weight: bold;
	}

.banner {
	padding-left: 145px;
	}
.banner p {
	margin-left: 5px;
	margin-top: 30px;
	}

.content {
	padding-left:0px;
	}	
	
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	display:block;
	}
}

@media all and (min-width: 769px) {
.header { 
	background-image: url('../images/2015/itf_logo_20150623.svg');
	background-color:#E2EF21;
	background-size: 125px 125px;
	background-position: 10px 10px;
	background-repeat:no-repeat;
	border-radius: 5px;
	border: 1px solid black;
	height: 145px;
	}
	
/*farbe für alle Links im header */
.header a {
	color:#FFF;
	text-decoration:none;
	}
	
/*abstand h1 von links im header*/	
.header p {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 10px;
	}
	
/*farbe small im header */	
.header p small{
	font-size: 1.0em;
	font-weight: bold;
	}

.banner {
	padding-left: 145px;
	}
	
.banner p {
	margin-left: 5px;
	margin-top: 30px;
	}

.content {
	padding-left:0px;
	}
}

body {
	font-family: Verdana, Lucida Grande, Helvetica, Arial, sans-serif;
	font-size:16px;
	}
	
.content { 
	border-radius: 5px;
	border: 1px solid black;
	margin-bottom: 5px;
	margin-top: 0px;
	}
	
/*nur für bilder im  content fotos?*/
.content img {
	border-radius: 5px !important;
	max-width: 100%;
	display: block;
	padding: 4px;
	margin: 0.1em;
	margin-bottom: 0.1em;
	line-height: 1.42857143;
	background-color: white;
	border: 1px solid #DDD;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}	
	
img.imgpartner {
	display:block;
	padding:0px;
	border:none;
	margin:10px;
	}	
	
.itficon {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 20px;
	vertical-align: top;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.teaser { 
	background-color:#F23A22;
	border-radius: 5px;
	border: 1px solid black;
	margin-top: 15px;
	padding: 15px 15px 15px 15px;
	}
	
.imgteaser {
	width:250px;
	}	
	
.dropdown-menu > li > a {
	display: block;
	padding: 3px 5px;
}

/** Navigation **/
.navbar {
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px 0px 5px 0px;
	}	
	
.navbar-nav > li > .dropdown-menu { z-index:300; }
 /* gets rid of scrollbars in collapsable OK Safari*/
div#bs-example-navbar-collapse-1 { overflow-x: hidden;}
/*navbar einrückung*/
ul.nav.navbar-nav.navbar-right {margin-left: 0px;}

.navbar-inverse {background-color:#CFF;}

.navbar-inverse li {
    list-style-type: none;
    padding-left: 13px;
    margin-left: 0px;
	margin-right: 0px;
    background-image:url('../images/icons/icon_a.gif');
    background-repeat:no-repeat;
    background-position:0% 50%;
	}
.navbar-nav > li > a {
    padding: 12px 8px;
} 

.open li	{
    list-style-type: none;
    padding-left: 20px;
    margin-left: 5px;
	margin-right: 5px;
    background-image:url('../images/icons/icon_a.gif');
    background-repeat:no-repeat;
    background-position:0;
} 

.row {
	margin: 5px -5px 5px 5px;
	}	
		
p {
	word-wrap: break-word;
	margin: 10px 0px 10px 0px;
}
	
.menu {
	padding-left:0px;
	padding-right:0px
}


.themenbilder hover {
    transition: all 1s ease;
    max-width: 100%;
	}
		
.foto { 
	background-color:#333;
	border-radius: 5px;
	border: 1px solid black;
	height: auto;
	max-width: 600px !important;
	}
	
.fotogal ul li { 
	display: inline !important; 
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.fotogal ul li { 
	display: inline; 
	}

.fotogal {
	margin-left:-20px;}
	
.fotogal img {
	width: auto;
	height: 90px;
	margin-top:1px;
	margin-left:1px;
	}	
	
.fotogal img:last-child { 
	margin-right:1px;
	}

.fotogal img:first-child { 
	margin-left:1px;
	}
	
.cycle-slideshow { 
	width: 100%;
	}
	
.cycle-slideshow img { 
	width: 100%; 
	max-width: 600px !important; 
	max-height:399px; 
	height: auto}

#alt-caption{
	color:#CCC;
	padding-left:10px;
	margin-left:15px;
	}
	
.archiv {
    color:#333;
	font-size:1.1em;
}

.liste {
    color: white;
	font-size:1.1em;
}

.veran_ub {
	font-size:1.0em;
	line-height:1.2em;
}

.veran_list {
	font-size:1.5em;
}

.rwd-table {
	padding-bottom: 30px;
	}

.rwd-table th {
    text-align: left;
    color: black;
    padding-left: 20px;
	}

.rwd-table td {
    text-align: left;
    color: black;
    background: aliceblue;
    padding-left: 20px;
	border:0px;
}

.color-secondary-2-0 p {
	color: white;
	}
	

table.separate {  padding: 20px; border-radius: 10px; margin: 10px; border-spacing: 0; border-collapse: separate; }

table.separate td, table.separate th {  padding: 5px 12px; border-bottom: 1px solid; border-right: 1px solid; }

table.separate tr:last-child td:first-child {
    border-bottom-left-radius:5px;
}

table.separate tr:last-child td:last-child {
    border-bottom-right-radius:5px;
}

table.separate tr th:first-child,
table.separate tr td:first-child {
   border-left: 1px solid;
}

table.separate tr:first-child th,
table.separate tr:first-child td {
   border-top: 1px solid;
}

table.separate tr:first-child th:first-child,
table.separate tr:first-child td:first-child {
    border-top-left-radius:5px
}

table.separate tr:first-child th:last-child,
table.separate tr:first-child td:last-child {
    border-top-right-radius:5px
}

.footer { 
	background-color:#333;
	border-radius: 5px;
	border: 1px solid black;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 1px;
	}
	
.footer p {
	font-size:14px;
	color:#C00;
	}
	
h1, .h1 {font-size:1.7em;}	
h2, .h2 {font-size:1.4em;}	



/* CSS - Cascading Style Sheet */
/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=71P0X0keXq85FGPa5v8jXlroIg- */
/* Palette URL: http://paletton.com/#uid=5110X0kvIQljwSDpyRnOFJVMprU */
/* Palette URL: http://paletton.com/#uid=75x0u0kpOuZfWHml6zjuqr0w5lc */
/* Palette URL: http://paletton.com/#uid=51Z0y0kvszpjpGboPAL-8qxDrkQ */
/* Palette URL: http://paletton.com/#uid=5170P0kxRifpcqTsXmbHNdDRB8h */
/* Palette URL: http://paletton.com/#uid=50C0P0ko9L5dtU8jiPuteGvBWvn */
/* Palette URL: http://paletton.com/#uid=5170P0kxRifpcqTsXmbHNdDRB8h */

/* As hex codes */

.color-primary-0 { background-color: #916A00 }	/* Main Primary color */
.color-primary-1 { background-color: #D6A82E }
.color-primary-2 { background-color: #B18511 }
.color-primary-3 { background-color: #6D4F00 }
.color-primary-4 { background-color: #423000 }

.color-secondary-1-0 { background-color: #aaaa00 }	/* Main Secondary color (1) */
/*.color-secondary-1-0 { background-color: #8B9000 }	 Main Secondary color (1) */
.color-secondary-1-1 { background-color: #CED52D }
.color-secondary-1-2 { background-color: #A9AF11 }
.color-secondary-1-3 { background-color: #686C00 }
.color-secondary-1-4 { background-color: #3F4100 }

.color-secondary-2-0 { background-color: #912F00 }	/* Main Secondary color (2) */
.color-secondary-2-1 { background-color: #D6642E }
.color-secondary-2-2 { background-color: #B14511 }
.color-secondary-2-3 { background-color: #6D2300 }
.color-secondary-2-4 { background-color: #421500 }



/* As RGBa codes */

.rgba-primary-0 { color: rgba(145,106,  0,1) }	/* Main Primary color */
.rgba-primary-1 { color: rgba(214,168, 46,1) }
.rgba-primary-2 { color: rgba(177,133, 17,1) }
.rgba-primary-3 { color: rgba(109, 79,  0,1) }
.rgba-primary-4 { color: rgba( 66, 48,  0,1) }

.rgba-secondary-1-0 { color: rgba(139,144,  0,1) }	/* Main Secondary color (1) */
.rgba-secondary-1-1 { color: rgba(206,213, 45,1) }
.rgba-secondary-1-2 { color: rgba(169,175, 17,1) }
.rgba-secondary-1-3 { color: rgba(104,108,  0,1) }
.rgba-secondary-1-4 { color: rgba( 63, 65,  0,1) }

.rgba-secondary-2-0 { color: rgba(145, 47,  0,1) }	/* Main Secondary color (2) */
.rgba-secondary-2-1 { color: rgba(214,100, 46,1) }
.rgba-secondary-2-2 { color: rgba(177, 69, 17,1) }
.rgba-secondary-2-3 { color: rgba(109, 35,  0,1) }
.rgba-secondary-2-4 { color: rgba( 66, 21,  0,1) }