* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

div {
  margin: 0;
  padding: 0;
}


body,html {
  max-width: 1200px;
  margin: 0 auto !important;
   padding: 0px;
  float: none !important;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  font-size: 15px;
  overflow-x: hidden; 
}


a {
  color: black;
  text-decoration: none;
}

.sep-black * a {
  color: rgb(217, 217, 217);
}

[class*="col-"] {
  width: 100%;
  float: left;
  padding: 0px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.hide-small {
  display: none!important;
}

.hide-big {}

.main-pic {
  width: 100%;
  height: 200px;
  background-image: url(main-pic1.jpg);
  background-size: cover;
  background-position: center;
}

/*Links to next and previos page on mainpic)*/

[class*="piclink-"] {
  height:100%;
  width:30%;
}

[class*="piclink-"] img{
  height:50px;
  margin-top:75px;
  margin-left:10px;
  margin-right:10px;
}
.piclink-l{
  float:left;
}
.piclink-r, .piclink-r img{
  float:right;
}

.title {
  margin: 0;
  height: 0;
  position: relative;
  top: -40px;
  left: 10px;
  color: rgb(255, 220, 40);
  font-size: 35px;
  font-family: 'Courgette', cursive;
}

.logo {
  margin-top: 12px;
  margin-left: 12px;
  margin-bottom: 12px;
  height: 50px;
}

.menu-button {
  float: right!important;
  margin-top: 30px;
  margin-right: 20px;
  height: 25px;
  width: 25px;
  background-image: URL('menu_mobile.png');
  background-size: cover;
  background-position: center;
}

.button-close {
  background-image: URL('menu_mobile_close.png');
}

.sep-black {
  background: black;
  min-height: 0px;
  color: rgb(217, 217, 217);
}


/*Nav*/

[class*="nav"] {
  display: block;
  list-style-type: none;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

[class*="nav"] li {
  display: block;
  list-style-type: none;
  width: 100%;
  border-bottom: 1px solid black;
  padding-top: 4px;
  padding-bottom: 6px;
}

[class*="nav"] li a {
  display: block;
}

.navblack li {
  border-bottom: 1px solid rgb(217, 217, 217);
}

[class*="nav"] li:last-child {
  border-bottom: 0px solid black;
}

.nav1,
.nav3,
.nav4 {
  background-color: rgb(255, 220, 40);
}

.currentpage,
.activeparent {
  font-weight: bold;
}

#nav3 {
  padding: 0;
}
/*responsive google calendar*/
.responsive-iframe-container {
     position: relative;
     padding-bottom: 56.25%;
     padding-top: 30px;
     height: 0;
     overflow: hidden;
 }
 .responsive-iframe-container iframe,   
 .vresponsive-iframe-container object,  
 .vresponsive-iframe-container embed {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }
/*Content*/

.content-lead {
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
}

[class*="content"] {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}

[class*="content"] p {
  margin-bottom: 10px;
}

[class*="content"] * a ,[class*="content"]  a {
  text-decoration: underline;
}

.content-grid {
  padding-left: 0;
  padding-right: 0;
}


/*Lists in Content*/

[class*="content"] ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

[class*="content"] li {
  margin-left: 10px;
  border-bottom: 1px solid #ccc;
}

[class*="content"] li:last-child {
  border: none;
}

[class*="content"] li a {
  text-decoration: none;
  color: #000;

  width: 200px;
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}

[class*="content"] * li a:hover {
  background: #f6f6f6;
}


/*Conact*/

[class*="contact"] {
  margin-top: 5px;
  margin-bottom:10px;
  padding-left: 10px;
}

[class*="contact"] p {
  padding-left: 0px;
  margin-bottom: 5px;
}


/*Formulare*/


[class*="form"] label ,[class*="form"] * label  {
  display: block;
  float:left;
  width: 45%;
}
[class*="form"] * input , [class*="form"] textarea {
width: 50%;
}
[class*="form"] * input[type=submit]{
  margin-left:45%;
}
[class*="form"] * input[type="radio"]{
  width: auto;

} 
[class*="form"] * input[type="radio"] + label{
  width: auto;
  margin-right:10px;
    float:none;
  display:inline;
}

/*News*/

.newsdiv{
  margin-bottom:20px;
}

.NewsSummaryPostdate {
  padding-left: 10px;
  width:100%;
  display:block;
}
.NewsSummaryLink{
  padding-left:10px;
}


/*Footer*/

.cont-row {
  background-color: rgb(217, 217, 217);
}


/*Brick*/

.brick {
  background-color: white;
  float: left;
  cursor: default;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.brick-info {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 12px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.45);
  letter-spacing: 1px;
}

.free-wall a {
  color: white;
}

.size2-2 {
  width: 120px;
  height: 120px;
}

.size11 {
  height: 200px;
  width: 200px;
}

.size12 {
  width: 200px;
  height: 300px;
}

.size21 {
  width: 300px;
  height: 200px;
}

.size22 {
  height: 300px;
  width: 300px;
}


/*gallery*/

figure {
  position: relative;
}

figure img {
  display: block;
}

figcaption {
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}


/*Downloads link adoption*/

.content-sider a:not(.gallink) {
  margin: 2px 2px 2px 2px;
  text-align: center;
  background-color: rgb(217, 217, 217);
  vertical-align: center;
}


/*Gallery*/

.gallery .img {
  margin: 2px 2px 2px 2px;
  text-align: center;
  float: left;
  overflow: hidden;
}

.gallery .img,
.galimg,
.content-sider a:not(.gallink) {
  float: left;
  height: 140px;
  width: 140px;
}

.galna_v {
  display: block;
}

.gallerytitel {
  font-weight: bold;
}

.content-sider .gallerytitel {
  display: none!important;
}


/*Search Input design*/
.search-input {
  width: 70px;
  box-sizing: border-box;
  border: 2px solid rgb(255, 220, 40);
  border-radius: 4px;
  font-size: 14px;
  background-color: white;
  background-image: url('searchicon.png');
  background-size: 13px 13px;
  background-position: 50px 2px;
  background-repeat: no-repeat;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.search-input:focus {
  width: 300px;
  background-position: 280px 2px;
}

::-webkit-input-placeholder {
  color: black;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}

:-ms-input-placeholder {
  color: black;
}
 /*Automatic contect with news module*/
  
  /*List with beside*/
  .list-w {
    margin-bottom: 30px;
  }
  .list-w::after {
    content: "";
    clear: both;
    display: table;
  }
  .list-w-img {
    height: 150px;
    width:250px;
    float: left;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
  }
  .list-w-descr {
    display: inline;
    float: left;
  }
  /*List with bellow*/
  
  .list-h{
  float: left;
  margin-right: 10px;
    min-height:420px;
  }
  .list-h-img{
    height:200px;
    width:150px;
  background-size: cover;
  background-position: center;
  }
  .list-h-descr{
    margin-top:10px;
  }

/*Bigscreen*/

@media only screen and (min-width: 700px) {
  /* For desktop: */
  /*Hide menu button*/
  .search-button {
    display: none!important;
  }
  /*Show all unneeded on mobile*/
  .hide-small {
    display: block!important;
  }
  /*Hide all unneeded on Big*/
  .hide-big {
    display: none!important;
  }
  /*bigger header*/
  .main-pic {
    height: 300px;
  }
  [class*="piclink-"] img{
  height:50px;
    margin-top:125px;}
  
  /*Fix seperator size*/
  .sep-black {
    min-height: 25px;
  }
  /*Logo size*/
  .logo {
    height: 60px;
  }
  /*Content for Big*/
  [class*="content"] {
    padding-right: 0px;
  }
  [class*="content"] p {
    margin-bottom: 20px;
  }
  .content-lead {
    padding-top: 20px;
    padding-right: 20px;
  }
  .content-grid {
    padding-left: 0px;
  }
  .content {
    padding-right: 20px;
  }
  /*Footer Contact*/
  [class*="footer"] p {
    margin-bottom: 10px;
  }
  [class*="contact"] {
    margin-top: 0px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
  /*Nav*/
  [class*="nav"] {
    display: inline;
    float: right;
    padding-left: 20px;
    width: auto;
    padding-right: 0px;
  }
  [class*="nav"] li {
    display: inline;
    float: left;
    padding-right: 20px;
    position: relative;
    width: auto;
    border-bottom: 0px solid black;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav1,
  .nav2,
  .nav3,
  .nav4 {
    height: 25px;
  }
  /*Gallery*/
  .gallery .img,
  .galimg,
  {
    height: 180px;
    width: 180px;
  }
  .content-sider a:not(.gallink) {
    line-height: 180px;
  }
  
  
  .subnav {
    margin: 0;
    height: 0;
    position: relative;
    top: -25px;
    font-size: 1em;
  }
  /*News on big*/
  .NewsSummaryPostdate {
  padding-left: 10px;
  width:auto;
    display:inline;
}
  /*Formsize of big*/
  [class*="form"] label ,[class*="form"] * label  {
  width: 30%;
}
[class*="form"] * input , [class*="form"] textarea {
width: 65%;
}
[class*="form"] * input[type=submit]{
  margin-left:30%;
}
 
  
  /*Triangles for menu*/
  .yellow-cut-bottom-right {
    width: 0;
    height: 0;
    padding-right: 25px;
    padding-bottom: 25px;
    overflow: hidden;
  }
  .yellow-cut-bottom-right::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-right: -500px;
    margin-bottom: -500px;
    border-right: 500px solid transparent;
    border-bottom: 500px solid rgb(255, 220, 40);
  }
  .yellow-cut-top-left {
    width: 0;
    height: 0;
    padding-left: 25px;
    padding-top: 25px;
    overflow: hidden;
  }
  .yellow-cut-top-left::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    margin-top: -500px;
    border-left: 500px solid transparent;
    border-top: 500px solid rgb(255, 220, 40);
  }
  .yellow-cut-bottom-left {
    width: 0;
    height: 0;
    padding-left: 25px;
    padding-bottom: 25px;
    overflow: hidden;
  }
  .yellow-cut-bottom-left::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    margin-bottom: -500px;
    border-left: 500px solid transparent;
    border-bottom: 500px solid rgb(255, 220, 40);
  }
  
  /*12 column system*/
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }
}


/*generics*/

.left {
  float: left;
}

.right {
  float: right;
}

.bottom {
  position: absolute;
  bottom: 20px;
}