@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

html, body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	max-width:1280px; 
	margin-left:auto;
	margin-right:auto;
	height: auto;
}
body::before {
   font-size: 150vh;
   color: rgba(0, 0, 0, 0.1);
   position: absolute;
   top: -35vh;
}

blockquote {
   color: rgba(90, 90, 90, 0.8);
   font-family: Tahoma, sans-serif;
   font-size: 20px;
   width: 60%;
   margin: 0 auto;
}
blockquote h1 {
   font-size: 4rem;
}
blockquote p {
   font-style: italic;
   margin-bottom: 0;
}

blockquote p::before,
blockquote p::after {
   content: "“";
   font-family: Georgia;
   font-size: 8rem;
   margin: -2rem -6rem -6rem -4rem;
   position: absolute;
   opacity: 0.5;
}

blockquote p::after {
   content: "”";
   margin: -1rem -4rem 0 0;
}

blockquote cite {
   font-size: 0.8rem;
}

@media (prefers-color-scheme: dark) {
  html, body {
    background-color: #1a1a1a;
    color: #F7F7F7;
  }
  img {
    opacity: .65;
    transition: opacity .5s ease-in-out;
  }
  img:hover {
    opacity: 1;
  }
  header {
    background-color:#1a1a1a;
  }
  
  .lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  opacity: 0.9;
  display: none;
}
  
  .button, button a:link {  
    color: #fff;
    padding: 8px 10px;
    border: 2px solid #fff;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;  
    text-transform: uppercase;
    text-shadow: none;    
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.button:hover,
.button:focus,
.button:active,
.button.disabled {
    border-color: #000000;
    color: #000000;
    background: #ffffff;
    background-position: 0 0;
    transition: all 0.3s;  
}
  
  #cssmenu {
    background-color:#1a1a1a;
  }
  
  #cssmenu a:link, #cssmenu a:visited, #cssmenu a:active {
    color: white;
  }

  #container {
    background-color:#1a1a1a;
  }
  
  #container h1 {
    color: #ffffff;
  }
  
  #container h2 {
    color: #ffffff;
  }

  #container a:link, #container a:visited, footer a:link, footer a:visited {
	color: #cccccc;
  }
  
  #container a:focus, #container a:hover, #container a:active, footer a:focus, footer a:hover, footer a:active {
	color:#000000;
	background:#ffffff;
  }
  
  .wrap {
    background-color:#1a1a1a;
  }
   #container .text {
	color: #ffffff;
  }

   	
    i.fa {
		color: #cccccc;
   	}

    i.fa:hover {
        color: white;
  	}

  	.social {
    	color: #f2f2f2;
  	}
  	#container .text_smal_gray {
    	color: #f2f2f2;
  	}

    #myCanvasContainer {
    	background-image: url(../graphics/tag_bgr.gif);
  	}
  	footer {
  	  background-color: #1a1a1a;
  	}
  	.footer-nav {
  	  background-color: #1a1a1a;
  	}
  
  	.footer-nav a, .footer-nav a:link, .footer-nav a:active {
  	  color: white;
  	}
  	.textfield {
  	  border: 1px solid #2a2a2a;
      background-color: #1a1a1a;
      color: white;
    }

   .textarea {
     border: 1px solid #2a2a2a;
     background-color: #1a1a1a;
     color: white;
   }
   
   ::selection {
	background:#FFF;
	color:#000000;
	}

	::-moz-selection {
	background:#FFF;
	color:#000000;
	}

	::-webkit-selection {
	background:#FFF;
	color:#000000;
	}

}

@media (prefers-color-scheme: light) {
  html, body {
    color: #505050;
  }
   header {
    background-color:#ffffff;
  }
    #cssmenu {
    background-color:#ffffff;
  }
  #container a:link, #container a:visited, footer a:link, footer a:visited {
	color: black;
  }
  
    .lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: white;
  opacity: 0.98;
  display: none;
}
  .wrap {
    background-color:#ffffff;
  }
  footer {
  	background-color:#fff;
  }
  footer .footer-nav {
  	background-color:#fff;
  }
  .footer-nav a, .footer-nav a:link, .footer-nav a:active {
  	  color: black;
  }
  .footer-nav a:hover {
  	  color: white;
  }
  i.fa, i.fa-home {
	  color: #cccccc;
   	}

  i.fa:hover {
      color: black;
  	}
  	
  .button, a.button {  
    padding: 8px 10px;
    border: 2px solid #000000;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;  
    text-transform: uppercase;
    text-shadow: none;    
    text-decoration: none;
    color: #000000;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button:hover,
.button:focus,
.button:active,
.button.disabled {
    border-color: #000000;
    color: #fff;
    background: #000000;
    background-position: 0 0;
    transition: all 0.3s;  
}

::selection {
background:#000000;
color:#FFF;
}

::-moz-selection {
background:#000000;
color:#FFF;
}

::-webkit-selection {
background:#000000;
color:#FFF;
}
  	
}

hr {
   border: 1px dashed #cccccc;
}

.center {
	text-align:center;
}

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.err {
	color: #000000;
}

.err:before {
   font-family: FontAwesome;
   font-size:36px; 
   content: "\f071";
   display: inline-block;
}

#fullheight {
	margin: 0;
	padding:0;
	height: 100%;	
}

table tr td {
	vertical-align: top;
}

.hidden {
	display:none;
}

.heading {
   padding-bottom: 2px;
}

.stick-drill {
	margin: 40px 0 40px 0;
}

#img-desktop {
	display:block;
}

#img-mobile {
	display:none;
}

.video-container { position: relative; padding-bottom:53%; height: 0; overflow: hidden; z-index: 1;}
.video-container iframe, .video-container object, .video-container embed, .video-container video { background-color: #000; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.text {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #666666;
	line-height: 18px;
	vertical-align: top;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-transform:uppercase;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
	padding-top: 10px;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-transform:uppercase;
	color: rgb(102, 102, 102);
	white-space: normal;
	vertical-align: top;
	padding-bottom:0;
}

.main-title {
	color:#F6F6F6;
	margin-left:40px;
}

.text_smal_gray {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: rgb(180, 180, 180);
	cursor: default;
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 2px;
	margin-top: 0;
	margin-bottom: 1px;
	font-weight: 700;
	/* background-color: #FFFFFF; */
}
#container {
  width: 100%;
  height:100%;
  max-width:1280px;
  margin-bottom:0;
  padding-bottom:0;
}

#container .fullwidth-index {
   width: 100%;	
   margin:0;
   padding:0;
}

img {
	margin:0!important;
	padding:0!important;
	border:0!important;
}

#container a:link, #container a:visited, footer a:link, footer a:visited {
	color: #a9a9a9;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#container a:focus, #container a:hover, #container a:active, footer a:focus, footer a:hover, footer a:active {
	color:#FFFFFF;
	background:#000000; 
	font-style: normal;
	text-decoration: none;
}

.responsive-img {
    width: 100%;
    max-width: 253px;
    height: auto;
	margin:0!important;
	padding:0!important;
	border:0!important;
}

section,
aside {
 margin-left:40px;
 margin-bottom: 40px;
}
section {
  float: left;
  width: 40%;
}
aside {
  float: right;
  width: 49%;
}

aside img {
	border:none;
	width:100%;
}
.aside-text {
	margin-right:40px;
}

section ul {
  padding-left: 14px;
  list-style-position: outside;
}
section ul li {
  list-style-type: circle;
}

.fullwidth {
   width: 100%;	
   height:100%;
   /* background-color: #F6F6F6; */
}

.fullwidth-index {
   width: 100%;	
   margin:0;
   padding:0;
   /* background-color: #F6F6F6; */
}

.image-link {
	border: none;
}

.image-link:hover {
	text-decoration: none;
	border:0!important;
	background:none!important;
}

.outline { 
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}

.textfield {
	border: 1px solid #CCCCCC;
	height:40px;
	width: 50%;
	padding:5px;
	font-size: 15px;
}

.textarea {
	border: 1px solid #CCCCCC;
	height:auto;
	width: 100%;
	padding:10px;
	font-size: 15px;
	margin-right:20px;
}

.outLine_gray_smal {
	border: 1px solid #CCCCCC;
	font-size: 9px;
	font-family: 'Open Sans', sans-serif;
	color: rgb(102, 102, 102);
	cursor: default;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	background-color: #FFFFFF;
}


.button-f {  
    padding: 8px 10px;
    border: 2px solid #fff;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;  
    text-transform: uppercase;
    text-shadow: none;    
    text-decoration: none;
    color: #fff;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s;  
    margin-right:4px; 
}

.button-f:hover,
.button-f:focus,
.button-f:active,
.button-f.active {
    border-color: #000000;
    color: #fff;
    background: #000000;
    background-position: 0 0;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s;  
}

.contact { list-style: none; padding: 5px; margin: 0; display: grid; gap: .5rem; }
.contact li { display: grid; grid-template-columns: 14rem 1fr; gap: .75rem; }
.contact a { text-decoration-thickness: .08em; text-underline-offset: .2em; }
.contact a:hover { text-decoration-thickness: .14em; }

header {
	height: 50px;
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
}

#myCanvasContainer {
	width: 100%;
	background-image: url(../graphics/tag_bgr.gif);
	background-size:cover;
	border-bottom: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	margin-bottom:14%;
	margin-top:14%;
}
#myCanvas {
    max-width: 100%;
    height: 260px;
}
.search {
	width: 200px;
	height: 50px;
	float: right;
	background-color:#525151;
}

.social {
	/* display:none; */
	width: 22px;
	float: right;
	position:absolute;
	right:40px;
	top: 16px;
}

.social i {
	/* display:none; */
	margin-left:10px;
}

i.fa {
    padding-left: 10px;
    padding-right: 10px;
}

i.fa-chevron-left {
    font-size: 100%;
    padding-right:35px;
}

i.fa-user {
    font-size: 100%;
    padding-left:35px;
}

#cssmenu {
	max-width: 1280px;
	width:100%;
	z-index: 9999;
	font-family: Montserrat, sans-serif;
}
#cssmenu.active {
     box-shadow: 0 0 10px rgba(0,0,0,0.4);   
}
#cssmenu .left-20 {
	margin-left:24px;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}

#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #2d2d2d;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color:#AAA9A9;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu img {
	border:none;
	margin: 8px 20px 8px 20px;
	padding:0;
}

footer {
	position:fixed;
	bottom:0px;
	height: 32px;
	width: 100%;
	padding-top:5px;
	margin-bottom:0;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
}
footer .footer-nav {
	margin-left:40px;
	width: 50%;
	float: left;
}

.nav-down {
    bottom: -32px;
}

.copyright {
	margin-right:40px;
	width:40%;
	float: right;
	text-align:right;
	font-weight: 400;
	color:#cccccc;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 5px;
}

.lightbox a img {
  border: none;
}
.lightbox img {
  opacity: 1;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:img/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.bewerbung {
   width:100%;
   border:none;
   font-size: 92%;
}
.td-text {
  width: 62%;
  padding-bottom: 20px;
}
td-img {
   padding-right: 5px;
}
.download {
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

@media all and (max-width: 768px) {
  
  html, body {
	font-size: 16px;
  }
  h1 {
	padding-top: 0;
  }
  .button, a.button {
  	width: 98%;
  }
  #myCanvas {
	max-width: 100%;
    height: 240px;
  }

  #cssmenu .left-20 {
	margin-left:0;
  }
  #cssmenu ul {
   background: #2e2e2e;
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
	color: #a9a9a9;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #a9a9a9;
    background: #151515;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #a9a9a9;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #a9a9a9;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #a9a9a9;
    border-bottom: 2px solid #a9a9a9;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #a9a9a9;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #a9a9a9;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #a9a9a9;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background:#333333;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ffffff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ffffff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu img {
	display:none;
  }
  
  section, aside {
    float: none;
    width: auto;
  }
  
  section {
	 margin:20px; 
  }
  
  aside {
	 margin: 0 0 30px 0; 
  }
  
  aside p {
	  margin-left:20px;
  }
  
  footer .footer-nav {
	float: none;
    width: auto;
	text-align:center;
	margin:0;
	font-size: 80%;
    font-weight: 400;
	color:#cccccc;
  }

  .textarea {
	width: 94%;
	}
  .social {
    display:none;
  }
  
  .responsive-img {
    width: 100%;
    max-width: 200px;
    height: auto;
	margin:0!important;
	padding:0!important;
	border:0!important;
  }

  .bewerbung {
    width:99%;
    border:none;
    font-size:80%;
    margin-bottom: 20px;
  }
  .td-img {
    display:none;
  }
  .download {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

}
@media all and (max-width: 641px) {
	#img-desktop {
		display:none;
	}
	
	#myCanvas {
    width: 100%;
    height: 200px;
    }

	#img-mobile {
		display:block;
	}
	
	.textfield {
	  width: 96%;
	}
	.textarea {
	  width: 93%;
	}
	.responsive-img {
    width: 100%;
    max-width: 150px;
    height: auto;
	margin:0!important;
	padding:0!important;
	border:0!important;
   }
   
   .copyright {
   display: none;
   }
}


@media print {
  #img-desktop {
	display:block;
	margin:0;
	padding:0;
  }
  
  section, aside {
    float: none;
    width: auto;
  }
  
  section {
	 margin:0; 
  }
  
  aside {
	  margin: 0; 
  }
  
  aside p {
	  margin-left:20px;
  }
  #cssmenu {
	  display:none;
  }
  footer {	
      display:none;
  }
}