/* bitter-regular - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bitter-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/bitter-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bitter-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bitter-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/bitter-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bitter-v26-latin-regular.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-600 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/bitter-v26-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/bitter-v26-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bitter-v26-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bitter-v26-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/bitter-v26-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bitter-v26-latin-600.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-800 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/bitter-v26-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/bitter-v26-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bitter-v26-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bitter-v26-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/bitter-v26-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bitter-v26-latin-800.svg#Bitter') format('svg'); /* Legacy iOS */
}


* {
margin: 0px;
padding: 0px;
}

body {
font-family: Bitter;
color: #004359;
font-size: 12pt;
line-height: 25px;
}

body:after{
      content:"";
      position:fixed;
      top:0;
      height:100vh;
      left:0;
      right:0;
      z-index:-1;
      background: url(../images/sommer-summen-gemeinde-ladbergen-veranstaltungswoche-event-weinfest-familienfest-hintergrund.jpg) center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

h1, h2, h3, h4, .datum, .event-title, .ort, .woche-datum {
    font-weight: 800;
}

.woche-datum {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 25px;
}

strong, .button {
 font-weight: 600;
}

.orange, .datum {
color: #F39200;
}

.highlight-container {
    display: grid;
	grid-template-columns: 1fr 1fr;
    column-gap: 50px;
}

.highlight-container p:last-child {
    margin-bottom: 20px;
}

.datum {
    font-size: 1.4rem;
    line-height: 1.9rem;
}

.event-title {
    font-size: 1.9rem;
    line-height: 2.4rem;
}

.ort {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-bottom: 25px;
}

img.headline {
    margin-bottom: 5px;
    width: 300px;
}

.ladbergen-logo {
    width: 300px!important;
}

a.button {
color: #FFF;
background: #F39200;
padding: 15px;
display: inline-block;
margin-top: 20px;
border-radius: 8px;
}

a.button:hover {
text-decoration: none;
opacity: 0.8;
}

.font-size-xl {
font-size: 1.4rem;
line-height: 1.9rem;
}

.logo {
width: 800px;
height: 100%;
margin: 0px auto 0px auto;
text-align: center;
}

.logo img {
width: 100%;
height: auto;
}

/* .inhalt {
width: 550px;
height: 100%;
margin: 25px auto 50px auto;
padding: 25px;
text-align: center;
background-color:rgba(255,255,255,0.90);
-webkit-box-shadow:0 0 5px rgba(33,33,33,0.5);
box-shadow:0 0 5px rgba(33,33,33,0.5);
border-radius:5px;
behavior:url('assets/css3pie/1.0.0/PIE.htc');
} */

.inhalt {
    width: 700px;
    margin: 50px auto;
}

.inhalt.word {
padding: 65px 50px 50px 50px;
text-align: center;
background-color:rgba(255, 254, 250, 0.6);
border-radius: 20px;
box-shadow: 0 0 200px rgba(0, 0, 0, 0.1);
}

.inhalt.programm {
text-align: left;
}

.programmpunkt {
padding: 30px;
}

.inhalt.word h1 {
padding: 0px 20px;
}

.linie {
    width: 700px;
}

.linie.kurz {
    margin: 10px 0
}

.inhalt .event-text ul {
    margin-left: 19px;
}

.bio {
width: 80%;
max-width: 930px;
margin: 25px auto;
padding: 30px 50px 20px;
overflow: hidden;
}

.bio img {
width: 30%;
float: left;
padding-right: 15px;
padding-bottom: 15px;
}

.bio .textbox {
padding-top: 15px;
width: 60%;
float: right;
}

.bio .textbox .text {
padding: 0px;
}

.inhalt.word .inhalt.galerie {
    padding: 0!important;
    width: 100%;
}

.inhalt.galerie {
width: 700px;
padding-top: 30px;
margin: 0 auto;
text-align: center;
overflow: hidden;
display: flex;
column-gap: 10px;
}

.inhalt.galerie .spalte div img {
width: 100%;
height: auto;
border-radius: 8px;
margin-bottom: 10px;
}

.inhalt.footer {
width: 100%;
padding: 20px 0px 30px 0px;
text-align: center;
margin: 0 auto;
background-color:rgba(255, 254, 250, 0.6);
}


.text {
margin: 25px auto;
max-width: 650px;
padding: 0px 50px;
}

.inhalt.pflicht .text {
font-size: 10pt;
line-height: 20px;
text-align: left;
}

.center {
margin: 0 auto;
}

a {
color: #F39200;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


.invisible {
display: none;
}

.neu {
width: 100%;
max-width: 450px;
margin-bottom: 50px;
margin-top: -110px;
}

.canceled p:not(.hinweis), .canceled div  {
    opacity: 0.4;
}

.canceled .hinweis {
    font-weight: 800;
    color: #d50000;
    background-color:rgba(255, 254, 250, 0.6);
    border: 2px solid #d50000;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.video {
    max-width: 700px;
    border-radius: 8px;
    overflow: hidden;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
    
#popup {
    display:none;
    position:fixed;
    margin:0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 5px #AAA;
    width: 85%;
    max-width: 600px;
    border-radius: 20px;
    background-color: #FFF;
}

#popup img {
    width: 100%;
    border-radius: 10px;
}

#popup button {
    position: absolute;
    bottom: -35px;
    right: 10px;
    padding: 15px 20px;
    border: 0px;
    background: #F39200;
    color: #FFF;
    cursor: pointer;
    border-radius: 10px;
    font-family: Bitter;
    font-weight: 800;
    font-size: 13px;
    height: 45px;
    -webkit-appearance: none;
    appearance: none;
}

#popup button:hover {
     background: #004359;
}

#popup .popup-text {
    padding: 25px;
}

#popup h2 {
    color: #F39200;
}

.bericht {
    background: rgba(255, 255, 255, 0.75);
overflow: hidden;
padding: 25px;
border-radius: 25px;
margin-top: 15px;
}

.bericht img, .wideImage {
    width: 100%;
border-radius: 8px;
margin-right: 20px;
}

.bildnachweis {
    font-size: 0.7rem;
}

.bericht .subhead {
    font-weight: 800;
font-size: 1.2rem;
margin-top: 10px;
}

.bericht .head {
    font-weight: 800;
font-size: 1.7rem;
line-height: 2.1rem;
margin-top: 5px;
}

.mb {
    margin-bottom: 25px;
}

.mt {
    margin-top: 25px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}



@media all and (max-width: 850px) {
	.logo {
	width: 90%;
	height: auto;
	margin: 25px auto 0px auto;
	text-align: center;
	}
	.inhalt, .inhalt.footer, .inhalt.galerie {
	width: 90%;
	padding: 5%!important;
	}
    
    .inhalt.word {
	width: 80%;
	}

    .inhalt.programm, .inhalt.word {
        margin: 20px auto;
    }
    
    .highlight-container {
        display: block;
    }

	.woche-datum {
	font-size: 3rem;
	line-height: 3.2rem;
	padding: 0px;
	}
    img.headline {
        width: 90%;
    }
    .linie {
        width: 100%;
    }
    
    .programmpunkt {
        padding: 25px 10px;
    }
    
    .datum {
    font-size: 1.2rem;
    line-height: 1.7rem;
    }

    .event-title {
        font-size: 1.7rem;
        line-height: 2.2rem;
    }

    .ort {
        font-size: 1.0rem;
        line-height: 1.5rem;
    }
    
    .ladbergen-logo {
        width: 200px!important;
    }
    
    .font-size-xl {
	font-size: 18px;
	line-height: 27px;
	}
    
    .word .text {
	margin: 5px auto;
	}
	
	.inhalt.galerie .spalte:last-child {
	display: none;
	}
	
	.bio {
	text-align: center;
	}
	
	.bio img {
	width: 65%;
	float: none;
	padding: 0px;
	}

	.bio .textbox {
	padding-top: 25px;
	width: 100%;
	float: none;
	}
}