html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oswald-v49-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v49-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v49-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v49-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v49-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v49-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v49-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v49-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v49-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v49-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v49-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v49-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* playball-regular - latin */
@font-face {
  font-family: 'Playball';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playball-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/playball-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/playball-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/playball-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/playball-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/playball-v16-latin-regular.svg#Playball') format('svg'); /* Legacy iOS */
}




body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 23px;
	text-align: center;
    background-color:#fff;
    color: #fff;
}
a {
  transition: color 0.5s ease;
  color:#000;
}
a:hover {
  color: #747474;
}
img {
    max-width: 100%;
}
a[href^=tel], a[href*="0"]{
    color:inherit;
    text-decoration:none;
}

h2 {
	color: #fff;
    font-family: "Oswald",sans-serif;
    font-size: 37px;
    line-height: 37px;
    text-transform: uppercase;
}
.header {
    margin-bottom: 35px;
    margin-top: 40px;
}
.trenntext {
   	font-size: 25px;
    line-height: 30px;
    margin-top: 38px;
    margin-bottom: 38px;
    color:#333;
}
.trenntext a {
    font-size: 25px;
    line-height: 30px;
    margin-top: 38px;
    margin-bottom: 38px;
    color: rgb(227,6,19);
}
.trenntext a:hover {
    text-decoration:underline;
}
.text {
	vertical-align: middle;
	color: #ddd;
	display: table-cell;
	font-size:25px;
	vertical-align: middle;
}
.bp-logo img {
	width:259px;

}
.old-kontakt {
    background:rgba(227,6,19,0.9);
    padding:25px 0;
}
.kontakt_links_rechts > div {
	box-sizing: border-box;
    float: left;
    padding: 1%;
    width: 50%;
    font-size:20px;
}
.links_rechts > div {
	box-sizing: border-box;
    float: left;
    padding: 3%;
    width: 50%;
    font-size:20px;	
}
.hintergrund {
	background-color: #eee;
	width: 100%;
}
.gut-vehr{
 	color:#333;
 }
.playball {
    display: inline-block;
    font-family: "Playball",cursive;
    font-size: 25px;
    line-height: 40px;
    margin-top: 10px;
    color:#333;
}
.text_kreis {
    color: #fff;
    font-family: "Playball",cursive;
    font-size: 42px;
    line-height: 50px;
}
.kreis {
    background-color: #E30613;
    border-radius: 50px;
    height: 50px;
    margin: 0 auto 25px;
    width: 50px;
}
/*.aufzaehlung {
	font-family: "Playball",cursive;
    font-size: 25px;
}*/
.gut-vehr-website {
    letter-spacing: 4px;
}
.oswald {
    display: inline-block;
    font-family: "Oswald",sans-serif;
    font-size: 45px;
    line-height: 50px;
    margin-top: 20px;
    color: #333;
}
.quakenbruecker{
	font-family: "Playball",cursive;
    font-size: 37px;
    letter-spacing: 0;
    color:#333;
}
.telefon{
    letter-spacing: 2px;
}
.website {
    letter-spacing: 1.5px;
}
.bild {
	position: relative;
}
.bild > img {
	width:100%;
}
.button {
   	background-color: #444;
    color: #fff;
    font-family: "Playball",cursive;
    margin: 0 auto;
    width: 150px;
}
.abstand_button {
    margin:0 19px;
}
.text_im_bild {
 	bottom: 5px;
    background-color: rgba(227,6,19,0.7);
    color: #fff;
    box-sizing: border-box;
    padding: 15px 0;
    font-family: "Oswald",sans-serif;
    font-size: 46px;
    line-height: 56px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}

.clearfix::after {
	clear: both;
    content: "";
    display: table;
}
.veranstaltungsadresse {
	font-size: 25px;
    margin-top: 36px;
}
.adresse {
	font-size: 36px;
    font-weight: 800;
    margin-bottom: 50px;
    margin-top: 19px;
    line-height: 35px;
}
.mail {
	font-size: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 50px;
    line-height: 35px;
}
.mail a {
    color: #fff;
}
.breite {
	width: 1200px;
	margin: 0 auto;
}

.blueprint span {
    color: #333;
}

.ott-ds {
    padding: 25px 0;
    border-top: 1px solid #ccc;
}
.ott-ds a{
    text-decoration: none;
}
@media (max-width: 600px) {
	.text {
		font-size: 17px;
	}
	h1 {
		font-size:18px;
	}

}

@media (max-width: 1150px) {
    .breite {
        width:980px;
    }

@media (max-width: 850px) {
    .breite {
        width:750px;
    }
    .mail {
        font-size: 26px;
        letter-spacing: 0;
        }
    }

@media (max-width: 980px) {
    .breite {
        width:750px;
    }
    .mail {
        font-size: 25px;
    }
    .adresse { 
        font-size: 25px;
    }

@media (max-width: 800px) {
    .breite {
        width:400px;
    }

    .blueprint {
        font-size: 19px;
    }
    .links_rechts > div{
        float:none;
        width:100%;
    }
    .hintergrund {
        height: auto;
    }
    .kontakt_links_rechts > div {
        float: none;
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .helmut {
        margin-top: 10px;
    }
    .kontakt_links_rechts > div:last-child{
        margin-bottom: 0;
    }    
    .text_im_bild {
        font-size: 20px;
        bottom: 87px;
        line-height: 26px;
        position: relative;
    }
    .veranstaltungsadresse {
        font-size: 15px;
        margin-top: 16px;
    }
    .adresse {
        font-size: 17px;
    }
    .mail {
        font-size: 17px;
        margin-top: 20px;
    }
    .trenntext {
        font-size: 16px;
    }
@media (max-width: 400px) {
    .playball {
        font-size:15px !important;
        line-height: 27px;
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .trenntext {
        font-size: 14px !important;
        margin-top: 15px;
    }
}

@media (max-width: 760px) {
    .breite {
        width:300px;
    }
    .text_im_bild {
        font-size:21px;
        bottom:6px;
        line-height: 28px;
    }
    .bp-logo img {
        width: 183px;
    }
    .blueprint {
        font-size:14px;
    }
    .trenntext, .trenntext a {
        font-size: 16px;
        line-height: 23px;
    }
    .mail {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 21px;
        margin-top: 20px;
    }
    .adresse {
        font-size: 13px;
        line-height: 21px;
        margin-top: 6px;
    }
    .veranstaltungsadresse {
        font-size: 12px;
        margin-top: 19px;
    }
    .oswald {
        font-size:35px;
    }
    .playball {
        font-size: 19px;
    }
    .gut-vehr-website {
        font-size: 14px;
        letter-spacing: 6px;
    }
    .telefon{
    letter-spacing: 1.5px;
    }
    .website {
    letter-spacing: 1px;
    }
}
