@media screen and (min-width: 1920px) {
* {
    margin: 0;
    padding: 0;
}

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

#wrapper {
    position: absolute;
    width: 71.14%;
    height: 83%;
    top: 7.5%;
    left: 15%;
    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;
}

#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%; /* 35.15% */
    background-color: white;
    background-image: url(../images/header_wiese.jpg);
    background-size: auto;
    background-repeat: no-repeat;
}

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

#content .left {
    position: relative;
    float: left;
    margin: 2.25% 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: 19.25% 0 0 5%;
}

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

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

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

h2 {
    font-size: 100%;
}

a {
    color: #343346;
    text-decoration: none;
}

a:hover {
   color: #343346; 
}

#img_holder_start {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31%;
    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ü */

@import url(http://fonts.googleapis.com/css?family=Lato);
@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: 12px;
  position: relative;
  width: 100%;
  text-align: left;
}
#cssmenu a {
  line-height: 1.3;
  padding: 6px 15px;
}
#cssmenu {
  top: 40%;
  left: 0;
  width: 175px;
  margin: 0 auto;
}
#cssmenu > ul > li {
  cursor: pointer;
  background: transparent; /* #000 */
  border-bottom: 1px solid transparent; /* #343346 */
}
#cssmenu > ul > li:last-child {
  border-bottom: 1px solid transparent; /* #3e3d3c */
}
#cssmenu > ul > li > a {
  font-size: 13px;
  display: block;
  color: #ffffff;   /* #ffffff */ 
  text-shadow: 0 1px 1px #000;
  background: transparent; /* #4a4864 */
  /*background: -moz-linear-gradient(transparent 0%, transparent 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%);*/
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  background: transparent; /* #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%);*/
  color: #ffffff;
  text-shadow: 0 1px 1px transparent; /* #343346 */
}
#cssmenu > ul > li.has-sub > a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub.active > a:after {
  right: 14px;
  top: 12px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
/* Sub menu */
#cssmenu ul ul {
  padding: 0;
  display: none;
}
#cssmenu ul ul a {
  background: transparent; /* #efefef */
  display: block;
  color: #ffffff;
  font-size: 13px;
  left: 4%;
}
#cssmenu ul ul li {
  border-bottom: 1px solid transparent; /* c9c9c9c */
}
#cssmenu ul ul li.odd a {
  background: transparent; /* e5e5e5e */
}
#cssmenu ul ul li:last-child {
  border: none;
}
