@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'SourceSansProLight';
    src: url('../font/SourceSansPro-Light.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProLightItalic';
    src: url('../font/SourceSansPro-LightIt.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansProSemibold';
    src: url('../font/SourceSansPro-Semibold.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: 'SourceSansProLight', Arial, sans-serif;
	background: url("../img/bg-paper.jpg") repeat;
}
h1, h2, h3, h4, h5, h6{
	color: #005ca9;
	font-weight: normal;
	line-height: 110%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
h1{
	font-size: 50px;
	margin-bottom:15px;
	font-weight: bold;
}
h2{
	font-size: 36px;
	margin-bottom: 10px;
}
h3{
	font-size: 32px;
	margin-bottom: 5px;
}
h4{
	font-size: 27px;
	margin-bottom: 5px;
}
h5{
	font-size: 22px;
	margin-bottom: 5px;
}
a:link, a:visited{
	text-decoration: none;
	color: #005ca9;
}
a:active, a:hover{
	color: #111111;
}
p, li, ul, ol, span, strong, b, i, div, em{
	color: #222222;
	font-size: 19px;
	line-height: 170%;
}
table, tr, td{
	color: #222222;
	font-size: 17px;
	line-height: 170%;
}
small{
	font-size: 14px;
	line-height: 110% !important;
}
em{
	font-family: 'SourceSansProLightItalic', Arial, sans-serif;
	font-stretch: normal;
}
strong, b{
	font-family: 'SourceSansProLightSemibold', Arial, sans-serif;
	font-weight: normal;
}
hr{
	background: #DDDDDD;
	color: #DDDDDD;
	border: none;
	height: 1px;
}
ul, ol{
	margin-left: 0px;
}

.wrapper{
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.navi_wrapper{
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.fehler1{
	border: 2px dotted #c10d0d;
    background-color: rgb(249 133 133 / 20%);
}
.banner{
	height: 200px;
}
.banner-big{
	height: 450px;
}
.slide1{
	background: url("../slide/slide1.jpg") fixed center no-repeat;
}
.slide1-kl{
	background: url("../slide/slide1-kl.jpg") fixed bottom no-repeat;
}
.slide2{
	background: url("../slide/slide2.jpg") fixed bottom no-repeat;
}
.slide3{
	background: url("../slide/slide3.jpg") fixed bottom no-repeat;
}
.slide4{
	background: url("../slide/slide4.jpg") fixed bottom no-repeat;
}
.slide5{
	background: url("../slide/slide5.jpg") fixed bottom no-repeat;
}
.slide6{
	background: url("../slide/slide6.jpg") fixed bottom no-repeat;
}
.slide7{
	background: url("../slide/slide7.jpg") fixed bottom no-repeat;
}
.slide8{
	background: url("../slide/slide8.jpg") fixed bottom no-repeat;
}
.header-box{
	background: url("../img/fancybox_overlay.png") repeat;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	border: 1px double #FFFFFF;
	position: relative;
	padding: 15px 25px;
}
.navigation{
	background: none;
	box-shadow: 0 0 20px 2px #000;
	position: relative;
	padding-top: 8px;
}


#logo{
	float: left;
	max-width: 500px;
}
#logo img{
	border: none;
	width: 100%;
}
ul#navi{
	list-style: none;
	text-align: right;
	float: right;
	font-weight: normal;
}
ul#navi li{
	display: inline-block;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 40px;
}
ul#navi li.aktiv a{
	color: #005ca9;
	font-family: 'SourceSansProLightSemibold', Arial, sans-serif;
	border-bottom: 6px solid #005ca9;
}
ul#navi li a:hover{
	color: #005ca9;
}
ul#navi li a{
	color: #444444;
	padding: 15px;
	font-size: 20px;
}
.content{
	padding-bottom: 50px;
	padding-top: 40px;
}
.content2{
	padding-bottom: 20px;
	padding-top: 30px;
	box-shadow: inset 0 0 20px 1px #444444 !important;
}


.aktuelles-box table tr td strong, .aktuelles-box table tr td p strong, .aktuelles-box table tr td b, .aktuelles-box table tr td p b{
		font-size: 20px;
		font-family: 'SourceSansProSemibold';
	}
	.aktuelles-box table tr td, .aktuelles-box table tr td p {
		font-size: 17px;		
	}
	.aktuelles-box table tr:nth-child(odd) td {
		background-color: #efefef
	}
	.aktuelles-box table td {
		padding: 3px;
	}
	.aktuelles-box table {
		width: 100%;
		margin-bottom: 15px;
	}



  .aktuelles-flex{
      display: flex;
      flex-wrap: wrap;
      flex-direction: row-reverse;
  }
  .aktuelles-flex>div.pic{
          width: 32%;
          padding-left: 3%;
  }
  .aktuelles-flex>div.text{
      width: 65%;
  }
  .aktuelles-flex>div>img{
      width: 100%;
      max-width: 300px;
  }
#maps_wrap{
	overflow:hidden;
	height:400px;
	width:100%;
}
footer{
	background:#333333;
	padding-top: 30px;
	padding-bottom: 5px;
}
footer p, footer h4{
	color: #CCCCCC;
}
footer h4{
	margin-bottom: 10px;
}
#bottom{
	background: #111111;
	padding-bottom: 5px;
	padding-top: 5px;
}
#bottom p a{
	color: #DDDDDD;
}
ul.footer_nav{
	list-style: none;
	text-align: center;
}
ul.footer_nav li{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
ul.footer_nav li a{
	color: #DDDDDD;
}

ul.teaser-list{
	list-style: none;
	text-align: center;
}
ul.teaser-list li{
	display: inline-block;
	margin: 0px 10px;
	text-align: center;
	width: 30%;
}
ul.teaser-list li img{
	width: 100%;
	max-width: 270px;
}
ul.fancy-list{
	list-style: none;
	text-align: center;
}
a p.link{
	color: #005ca9;
}
a p.link:hover{
	color: #111111;
}
ul.fancy-list li{
	display: inline-block;
	width: 30%;
}
.fancybox_small-1{
	width: 100%;
	max-width: 300px;
	border: 3px solid #FFFFFF;
	box-shadow: 0 0 6px 1px #999999;
}
.fancybox_small-1:hover{
	box-shadow: 0 0 6px 1px #333333;
}
ul.tauben-list{
	list-style: none;
	text-align: center;
}
ul.tauben-list li{
	display: inline-block;
	text-align: center;
	margin: 15px;
	padding: 20px 5px;
	background: #FFFFFF;
	box-shadow: 0 0 5px 1px #CCCCCC;
}
ul.tauben-list li:hover{
	box-shadow: 0 0 5px 1px #666666;
}
ul.tauben-list li img.taube{
	width: 100%;
	max-width: 220px;
}
img.gender-icon-small{
	width: 25px;
	vertical-align: middle;
	margin-right: 5px;
}
img.gender-icon-small2{
	width: 20px;
	vertical-align: middle;
	margin-right: 1px;
	margin-bottom: 5px;
}
img.gender-icon-big{
	width: 40px;
	margin-bottom: 10px;
	vertical-align: middle;
}
.tauben-pic{
	width: 100%;
	max-width: 550px;
	margin:15px;
}
.taube-button{
	background: #005ca9;
	text-align: center;
	display: inline-block;
	padding: 10px 25px;
	margin: 5px 25px;
	border-radius: 5px;
	box-shadow: 0 0 3px 1px #999
}
.taube-button:hover{
	background: #444444;
}
.taube-wrap{
	background: #FFFFFF;
	padding: 30px 0px;
	margin: 20px 0px;
	border-radius: 10px;
}
.small{
	font-size: 15px;
}
.center{
	text-align: center;
}
table.kontakt{
	width: 100%;
}
table.kontakt td.first{
	width: 25%;
}
table.kontakt td.sec{
	width: 70%;
}
.form, .form2, .form-tabelle{
	width: 98%;
	padding: 1%;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	font-size: 18px;
}
.form:hover, .form2:hover, .form3:hover{
	border: 1px solid #333333;
}
.form2{
	height: 250px;
}
.form3{
	padding: 1%;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}
.button{
	border: none;
	background: #005ca9;
	padding: 10px 0px;
	width: 100%;
	color: #FFFFFF;
	font-size: 17px;
}
.button:hover{
	background: #444444;
	cursor: pointer;
}

.left{
	width: 48%;
	float: left;
}
.right{
	width: 48%;
	float: right;
}
.left p, .right p{
	text-align: justify;
}
.content-main{
	float: left;
	width: 65%;
}
.content-small{
	float: right;
	width: 30%;
}
h3.title{
	border-bottom: 2px dotted #CCCCCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.aktuelles-box{
	border-bottom: 2px dotted #CCCCCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.veranstaltung-box{
	background: url("../img/red-bg.jpg") repeat #005ca9;
	padding: 10px;
	border-radius: 6px;
	box-shadow: 0 0 5px 1px #999;
}
hr.dotted{
	 border:none;
	 border-top:2px dotted #005ca9;
	 color:#fff;
	 background-color:#fff;
	 height:1px;
	margin-bottom: 15px;
	margin-top: 15px;
}
ul.regular{
	list-style-image: url(../img/dot.png);
	margin-left: 20px;
}
ul.regular li{
	margin-bottom: 5px;
}
table.asstaube{
	width: 100%;
}
table.asstaube td{
	padding: 3px;
	background: #FFFFFF;
}
table.asstaube tr.head td{
	background: #CCCCCC;
}
table.tabelle{
	width: 100%;
	margin-bottom: 15px;
}
table.tabelle tr.head td{
	font-size: 20px;
	font-family: 'SourceSansProSemibold';
}
table.tabelle tr.gr td{
	background: #efefef;
}
table.tabelle td{
	padding: 3px;
}
.p2:hover{
	cursor: pointer;
	opacity: 0.6;
}
ul.tauben-pic-list{
	text-align: center;
	list-style: none;
}
ul.tauben-pic-list li{
	display: inline-block;
	width: 40%;
}
ul.tauben-pic-list li img{
	width: 100%;
}
ol.teilname{
	margin-left: 20px;
	margin-bottom: 5px;
}
ol.teilname li{
	margin-bottom: 5px;
}
table.gewinner{
	width: 100%;
}
table.gewinner td{
	background: #efefef;
	padding: 2px;
}
.teaser_bsp_pic{
	max-width: 700px;
	width: 100%;
}
.center{
	text-align: center;
}
.trenner{
	margin-bottom: 20px;
	margin-top: 20px;
}
.grey{
	background: #E9E9E9;
}
.red{
	background: url("../img/red-bg.jpg") repeat #005ca9;
	box-shadow: 0 0 6px 1px #999;
}
.white, ul.white li, .white a{
	color: #FFFFFF;
}
.icon{
	width: 25px;
}
.clear{
	clear: both;
}
.download_button{
	background:#005ca9;
	max-width: 550px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.download_button:hover{
	background:#666;
}
.download_button a{
	color: #FFF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	padding: 10px;
	display: block;
	font-size: 20px;
}

/***Tabs***/
.tabcontent h3{
	margin-bottom: 15px;
}
ul.tab_nav{
	list-style: none;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
ul.tab_nav li{
	display: inline-block;
}
ul.tab_nav li a{
	font-size: 20px;
	padding: 7px 12px;
	margin: 10px;
	background: #DDDDDD;
}
h3.line{
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
ul.tab{
    list-style: none;
	text-align: center;
}
ul.tab li {
	display: inline-block;
}
ul.tab li a {
    display: block;
	font-size: 17px;
	color: #666666;
}
ul.tab_nav  li a:hover{
	background: #005ca9;
	color: #FFFFFF;
}
.tablinks.active {
	background: #005ca9;
	color: #FFFFFF;
}
ul.tab_nav li a:focus, .active {
	background: #005ca9;
	color: #FFFFFF;
}
ul.tab_nav li a.active::after{
	border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(189, 68, 75, 0);
    border-top-color: #005ca9;
    border-width: 10px;
    margin-left: -18px;
    top: 41px;
    position: relative;
    left: -35%;
}
@-webkit-keyframes fadeEffect {
    from {opacity: 0.5;}
    to {opacity: 1;}
}
@keyframes fadeEffect {
    from {opacity: 0.5;}
    to {opacity: 1;}
}

@media screen and (max-width: 1024px) {
#logo{
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	text-align: center;
}
/*#logo img{
	width: 500px;
}*/
}
@media only screen and (max-width: 860px){
      .aktuelles-flex{
          display: flex;
          flex-wrap: wrap;
          flex-direction: row-reverse;
      }
      .aktuelles-flex>div.pic {
			width: 100%;
			padding-bottom: 3%;
			text-align: center;
		}
      .aktuelles-flex>div.text{
          width: 100%;
      }
      .aktuelles-flex>div>img{
          width: 100%;
          max-width: 300px;
      }
}
@media screen and (max-width: 756px) {
	.wrapper{
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.navi_wrapper{
		width: 100%;
		margin: 0px;
	}
	.banner-big{
		height: 300px;
	}
	.left, .right , .content-main, .content-small{
		width: 100%;
		float: none;
	}
	.left{
		margin-bottom: 20px;
	}
	#maps_wrap{
		height:250px;
	}
}
@media screen and (max-width: 676px){
	.banner-big{
		height: 250px;
	}
	ul.teaser-list li{
		width: 100%;
		margin: 0px;
		border-bottom: 2px dotted #fff;
		margin-bottom: 10px;
		padding-bottom: 15px;
	}
	ul.teaser-list li:last-child{
		border: none;
	}
	ul.fancy-list li {
		width: 40%;
		margin: 0px 7px;
	}
	.content{
		padding-bottom: 20px;
	}
	.clear{
		display: none;
	}
}
@media screen and (max-width: 545px){
	.banner-big{
		height: 200px;
	}
	ul.tauben-pic li{
		display: inline-block;
		width: 90%;
	}
}
@media screen and (max-width: 445px){
	ul.fancy-list li {
		width: 80%;
		margin: 0px;
	}
	
}