@media screen and (min-width: 600px) and (max-width: 1196px) {



* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100vh;
    background-color: white;
    overflow: hidden;
    font-family: 'Arial';
    font-size: 75%;
    color: #343346;
}

#wrapper {
    position: absolute;
    width: 100%; /* 71.14% */
    height: 100%;   /* 83% */
    top: 0;
    left: 0;
    margin: 0 auto;
    background-color: rgba(52,51,70,1);
    border-style: solid;
    border-width: 1px;
}

li {
    padding: 0 0 3% 0;
}

#logo {
    position: absolute;
    top: 88%;
    left: 41%;
    margin: 0 auto;
}

#navigation .smaller {
    max-width: 25%;
    height: auto;
}

#content {
    position: relative;
    width: 73%;
    height: 63.35%;
    float: right;
    background-color: white;
    overflow: auto;
}

#header {
    position: relative;
    top: 0;
    left: 27%;
    width: 73%;
    height: 35.15%;
    background-color: white;
    background-image: url(../images/header_wiese.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.verkleinern {
    max-width: 50%;
    height: auto;
}

#navigation {
    position: relative;
    top: 0;
    left: 0;
    width: 27%;
    height: 100%;
    float: left;
    background-color: transparent;  
}

#content .left {
    position: relative;
    float: left;
    margin: 1.75% 0 0 3.5%;
    width: 60%;
}

#content .center {
    position: relative;
    margin: 0 auto;
    text-align: left;
}

#space {
    position: relative;
    width: 73%;
    height: 1.5%;
    background-color: white;
    overflow: hidden;
}

#content .right {
    position: relative;
    float: right;
    margin: 7.5% 5% 0 0;
    text-align: right;
}

#header .left {
    position: relative;
    float: left;
    margin: 16.5% 0 0 5%;
}

#header .right {
    position: relative;
    float: right;
    margin: 15.75% 5% 0 0;
    text-align: right;
}

#text_img {
    position: relative;
    float: right;
    margin: 1.75%;
}

h1 {
    font-size: 130%;
    font-weight: bold;
}

h2 {
    font-size: 100%;
}

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

a:hover {
   color: black; 
}

#img_holder_start {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33%;
    background-image: url(../images/start.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

#content ul {
    list-style-type: none;
    margin-left: 5%;
}

#content ul li:before {
    content: "";
    border-color: transparent rgba(0,0,0,0.5);
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}


.abstand {
    margin: 10% 0 10% 0;
}

td {
    vertical-align: top;
    padding: 3%;
    width:20%;
    background-color: transparent; /*rgba(0,110,127,0.25);*/
    
}

/* Scrollbar-Style*/

        ::-webkit-scrollbar {
          width: 1.5_px;
          height: 2px;
        }
        ::-webkit-scrollbar-button {
          width: 0px;
          height: 0px;
        }
        ::-webkit-scrollbar-thumb {
          background: #e1e1e1;
          border: 0px none #ffffff;
          border-radius: 53px;
        }
        ::-webkit-scrollbar-thumb:hover {
          background: rgba(52,51,70,1);
        }
        ::-webkit-scrollbar-thumb:active {
          background: rgba(52,51,70,1);
        }
        ::-webkit-scrollbar-track {
          background: #666666;
          border: 0px none #ffffff;
          border-radius: 50px;
        }
        ::-webkit-scrollbar-track:hover {
          background: #666666;
        }
        ::-webkit-scrollbar-track:active {
          background: #333333;
        }
        ::-webkit-scrollbar-corner {
          background: transparent;
        }
        
/* Navigationsmenü */
@media all and (min-width: 601px) and (max-width: 1196px) {

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Arial';
  font-size: 100%;
  width: 100%;
  text-align: left;
  
}
#cssmenu a {
  line-height: 1.5;
}
#cssmenu {
  width: 100%;
  background: #fff;
  top: 0%;
  margin: 0 auto;
}
#cssmenu > ul {
  border: 1px solid #343346;
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
  background: #4a4864;
  background: -moz-linear-gradient(#4a4864 0%, #343346 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a4864), color-stop(100%, #343346));
  background: -webkit-linear-gradient(#4a4864 0%, #343346 100%);
  background: linear-gradient(#4a4864 0%, #343346 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul:after {
  clear: both;
  content: '';
  display: table;
}
@media all and (min-width: 601px) and (max-width: 1196px) {
  #cssmenu > ul {
    max-height: 32px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  #cssmenu.expand ul {
    max-height: 900px;
  }
}
#cssmenu > ul > li {
  border-right: 1px solid #000000;
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
  float: left;
}
#cssmenu > ul > li.mobile {
  display: none;
}
#cssmenu > ul > li.active {
  background: #4a4864;
  background: -moz-linear-gradient(#4a4864 0%, #343346 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a4864), color-stop(100%, #343346));
  background: -webkit-linear-gradient(#4a4864 0%, #343346 100%);
  background: linear-gradient(#4a4864 0%, #343346 100%);
}
@media all and (min-width: 601px) and (max-width: 1196px) {
  #cssmenu > ul > li {
    border-right: 0 none;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    display: block;
    float: none;
  }
  #cssmenu > ul > li.mobile {
    display: block;
  }
  #cssmenu > ul > li.mobile i {
    float: right;
    font-style: normal;
  }
}
#cssmenu > ul > li:last-child {
  border-right: 0 none;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#cssmenu > ul > li:last-child ul {
  left: auto;
  right: 0;
}
#cssmenu > ul > li.mobile {
  border-right: 0 none;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
#cssmenu > ul > li > a {
  margin: 0 0 2px 0;
  font-size: 12px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 6px 10px;
  font-weight: bold;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
/* Sub menu */
#cssmenu ul ul {
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  padding: 5px 12px;
  display: none;
  position: absolute;
  top: 33px;
  left: 0;
  width: 200px;
  z-index: 1;
}
@media all and (min-width: 601px) and (max-width: 1196px) {
  #cssmenu ul ul {
    position: relative;
    top: 0;
    width: 100%;
  }
}
#cssmenu ul ul li {
  padding: 3px 0;
}
#cssmenu ul ul a {
  color: #ffffff;
  display: block;
  font-size: 85%;
  font-weight: bold;
}
#cssmenu ul ul a:hover {
  color: #ffffff;
}

}