#map {
    width:100%;
    height: 500px;
    position: absolute;
    left:0
}

.ok {
    margin:20px;
    padding:20px;
    background-color:#4b95c9;
    color:#fff;
}

.error {
        margin:20px;
    padding:20px;
    background-color:#bf0a0a;
    color:#fff;

}

.mod_nia a {
    text-decoration:none;
}

input[type=text] {
  width: 80%;
  padding: 12px;
  margin: 10px 0;
  box-sizing: border-box;
}

input[type=email] {
  width: 80%;
  padding: 12px;
  margin: 10px 0;
  box-sizing: border-box;
}

textarea {
  width: 80%;
  padding: 12px;
  margin: 10px 0;
  box-sizing: border-box;
}

button {
  background-color: #04aa6d;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}

body {
    margin: 0;
    font-family: "Maven Pro Regular", serif;
    /*background: #d7e1ef*/
    
  background-attachment: fixed;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

img {
    max-width:100%;
    height:auto;
}

hr {
  border: 1px solid #3c8bc0;
}

#logo_box {
    /* background: rgb(0, 99, 167);*/
position:relative;
     top:10px;
     left:0;
     height: 100px;
     width: 100%;
     z-index:995;
     
 }

 #logo {
     display: block;
     margin-left: auto;
     margin-right: auto;
     margin-bottom:0;

 }
 
 #cookie_info {
     position:fixed;
     bottom:0;
     left:0;
     width:100%;
     height:300px;
  margin: 0 auto;
  text-align: center;

     background-color:#334466;
     color:#fff;
     z-index:999;

 }
 
 
#cookie_info a {
            color:white;
            font-size:13pt;
            text-decoration: none;

}

#cookie_ok {
            color:white;
            background-color:green;
            font-size:13pt;
            text-decoration: none;
            padding:20px;
            cursor:pointer;
}


 #footer {
     position:relative;
     background-color: #585858;
     height: 300px;
     text-align: center;
     color:white;
     font-size:12pt;
     padding:20px;
 }
 
 #footer a {
    color:white;
    font-size:12pt;
    text-decoration: none;
}

 #kacheln {
    position:relative;
     left:0;
     width: 100%;
     z-index:990;
     box-shadow: 0 5px 15px -6px #000000
 }

 #head_box {
     font-family: "Maven Pro Black", serif;
     /*background: rgb(0, 99, 167);*/

    left:0;
    height: 100px;
    width: 100%;
    text-align: center;
    font-size: 10pt;
    padding-top:30px;
    color:#fff;
}

#head_title {
  font-size:30pt;  
  margin-bottom:20px;
}

#head_box a {
            color:white;
            font-size:10pt;
            text-decoration: none;
            text-transform: uppercase;
}

a {
    color:black;
}

.column {
    font-family: "Maven Pro Medium", serif;
    float: left;
    width: 33.33%;
    height: 300px;
    background-size: cover;
}

.ext_column {
    font-family: "Maven Pro Medium", serif;
    float: left;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position:center;
}

.kachel_text {
    padding:30px;
    color:white;
/* mix-blend-mode: difference; */
    font-size: 15pt
}

.row {
    position:relative;
    padding:0;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

#xnews_box {
    position:relative;
    top:100px;
    margin-left:100px;
    margin-right:100px;
    min-height: 650px;
    font-size:20pt
}

#content_box1 {
    margin-left:100px;
    margin-right:100px;
    min-height: 650px;
    font-size:12pt;
    font-family: "Maven Pro Medium", serif;
    background-color:rgba(255,255,255,0.8);
    padding:20px;
}

#content_box2 {
    margin-top: 10px;
    margin-left:100px;
    margin-right:100px;
    min-height: 650px;
    font-size:12pt;
    font-family: "Maven Pro Medium", serif;
    background-color:rgba(255,255,255,0.8);
    padding:20px;
}

#news_box {
    font-size: 10pt;
    margin-top: 10px;
    margin-left:100px;
    margin-right:100px;
    padding:10px;
    background-color:rgba(255,255,255,0.8);
}

.news_content {
    margin-left:250px
}

.news_head {
    font-size: 15pt;
    margin-left: 210px
}

.news_txt {
    font-size: 10pt;
    margin-left: 210px;
    margin-top: 10px;
}

.news_img {
    width:200px; height:200px;
    background-size: cover; float: left
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }

    #news_box {
        margin-left:10px;
        margin-right:10px;
    }
    
    #content_box1 {
        margin-left:10px;
        margin-right:10px;
    }
    #content_box2 {
        margin-left:10px;
        margin-right:10px;
    }    
    .news_content {
    margin-left:110px
}


    .news_entry {
        height: 100px;
    }

    .news_img {
        width:100px; height:100px;
        background-size: cover; float: left
    }

    .news_head {
        margin-left: 110px;
    }

    .news_txt {
        margin-left: 110px;
    }

}