/*
Theme Name: SK
Theme URI:
Description:
Version: 1.0
Author: Christian Fründt
Author URI:
Tags: fixed-width, three-columns, valid HTML5, valid XHTML, widgets
*/

@charset "UTF-8";
/* CSS Document */

a.mobile {
  color: #1d2e4b;
  -o-transition:color .2s ease-out, background 1s ease-in;
  -ms-transition:color .2s ease-out, background 1s ease-in;
  -moz-transition:color .2s ease-out, background 1s ease-in;
  -webkit-transition: .2s ease-out, background 1s ease-in;
  transition:color .2s ease-out, background 1s ease-in;
  text-decoration: none;
}

a.mobile:hover { color:rgb(63, 63, 63)}

a, a > span {
  position: relative;
  color: #1d2e4b;
  text-decoration: none;
  line-height: 24px;
}
a:before, a:after, a > span:before, a > span:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}

.effect {
  padding-top: 10px;
}
.effect:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #1d2e4b;
  transform: scaleX(0);
}
.effect:hover:before {
  transform: scaleX(1);
}

.effectlanguage {
  padding-top: 10px;
}
.effectlanguage:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scaleX(0);
}
.effectlanguage:hover:before {
  transform: scaleX(1);
}

.topbg {
  position: absolute;
  top: 16px;
  left: 8px;
  min-height: 158px;
  background-color: rgb(255, 255, 255);
  width: calc(100% - 16px);
  z-index: 1;
  }

.logo {
position: absolute;
top: 34px;
left: 78px;
height: 148px;
width: calc(100% - 96px);
z-index: 2;
}

.menu  {
    position: absolute;
    top: 140px;
    right: 450px;
    z-index: 3;
    }

.menumd  {
      display:none;
    }

.menut  {
      position: absolute;
      top: 28px;
      left: 480px;
      z-index: 3;
      }

.menumaster  {
        position: absolute;
        top: 138px;
        left: 480px;
        z-index: 3;
        }

/* Menuoperatoren */
.menulink {
  color: #1d2e4b;
  border: none;
  background-color: white;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display:inline-block;
  background-color: white;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: White;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 800ms;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block}

.menumd  {
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: -1;
        opacity: 0;
        }

.menuc  {
      position: absolute;
      top: 140px;
      right: 100px;
      z-index: 3;
      }

.languagemenu {
      position: absolute;
      top: 0px;
      right:0px;
      width: 240px;
      height: 28px;
      background-color: #3e5c91;
      z-index: 8;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      padding-left: 8px;
      padding-top: 4px;
}

.verl {
  position: absolute;
  top: 174px;
  left: 8px;
  min-width: calc(100% - 16px);
  height: 40px;
  z-index: 2;
}

.pictures  {
  position: absolute;
  top: 140px;
  left: 8px;
  max-height: calc(100% - 140px);
  max-width: calc(100% - 16px);
  z-index: 0;
  overflow: hidden;
  }

.picturesites  {
    position: absolute;
    top: 0px;
    left: 0px;
    max-height: 350px;
    max-width: 100%;
    z-index: 0;
    overflow: hidden;
    }

.picturesitesco  {
      position: absolute;
      top: 0px;
      left: 0px;
      max-height: 450px;
      max-width: 100%;
      z-index: 0;
      overflow: hidden;
      }

.picturesitesco2  {
      position:relative;
      top: 518px;
      left: 0px;
      max-height: 770px;
      max-width: 100%;
      z-index: 4;
      overflow: hidden;
      }

.picturesitescorpt  {
        position:relative;
        top: 508px;
        left: 0px;
        max-height: 770px;
        max-width: 100%;
        z-index: 4;
        overflow: hidden;
       }

.picturetext{
      position: absolute;
      top:150px;
      left:15%;
      z-index: 1;
      font-family: "Raleway";
      font-size: 44px;
}

.picturetextblog{
  position: absolute;
  top:125px;
  left:15%;
  z-index: 1;
}

.pict  {
    position: absolute;
    top: 600px;
    right: 200px;
    z-index: 4;
    }

.content  {
  position: absolute;
  top: 172.5px;
  left: 8px;
  max-height: calc(100% - 212px);
  min-height: calc(100% - 212px);
  max-width: 100%;
  width: calc(100% - 16px);
  padding-right: 0px;
  z-index: 0;
  overflow: scroll;
  scroll-behavior: smooth;
  scrollbar-width: 0px;
  overflow-x: hidden;
    }

.contentmd  {
  display: none;    
    }

.contenttext  {
      position: relative;
      text-align: justify;
      top: 280px;
      left: 0px;
      width: 100%;
      padding-right: 16px;
      }

.pagestext  {
      position: relative;
      text-align: justify;
      top: 200px;
      left: 150px;
      width: calc(100% - 280px);;
      padding-right: 28px;
      font-family: "Raleway";
      font-size: 18px;
      }

.contenttext2  {
      position: relative;
      text-align: justify;
      top: 200px;
      left: 0px;
      width: 100%;
      padding-right: 16px;
      font-family: "Raleway";
      font-size: 18px;
      }
  
.pagestext2  {
      position: relative;
      text-align: justify;
      top: 200px;
      left: 150px;
      width: calc(100% - 280px);;
      padding-right: 28x;
      }

.pagestextblog {
      position: relative;
      text-align: justify;
      top: 25px;
      left: 150px;
      width: calc(100% - 280px);;
      padding-right: 28x;
      }

.bottom  {
  position: absolute;
  bottom: 0px;
  min-height: 40px;
  left: 8px;
  background-color: white;
  width: calc(100% - 16px)
  }

.bottommenu  {
  position: absolute;
  bottom: 0px;
  min-height: 32px;
  left: 8px;
  width: calc(100% - 16px)
  }

.willkommenmd   {
  position: relative;
  top: 8px;
  right: 0px;
  z-index: -1;
  opacity: 0;
  }

.logomd {
  position: absolute;
  top: 34px;
  left: 16px;
  height: 148px;
  width: calc(100% - 32px);
  z-index: -1;
  opacity: 0;
  }

#drop_file_zone {
    background-color: #EEE;
    border: #1d2e4b 5px dashed;
    width: 290px;
    height: 200px;
    padding: 8px;
    font-size: 18px;
}
#drag_upload_file {
  width:50%;
  margin:0 auto;
}
#drag_upload_file p {
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}

#progressBarHolder {
  /* begrenzen des Fortschrittbalkens auf 300px breite */
  width: 300px;
  margin-top:20px;
}

#progressBar {
    /* Farbverlauf als Hintergrundbild */
    background-image: linear-gradient(#fff, #1d2e4b);
    /* Hintergrund soll nicht über das element wiederholt werden */
    background-repeat:no-repeat;
    /* in der Breite zunächst 0% gefüllt, in der Höhe 100% */
    background-size: 0% 100%;
    border: 1px solid #1d2e4b;
    border-radius: 5px;
    overflow: hidden;
}

#progressInformation {
    color: rgba(0,0,0,0.87);
    font-size: 20px;
    text-align: center;
}

@media only screen and (max-width: 1200px){

.menut  {
  display:none;
  }

.menumaster  {
    display: none;
    }

.languagemenu{
  opacity: 0;
  z-index: -10;
  }
  

.menumd  {
    position: fixed;
    top: 26px;
    right: 20px;
    z-index: 8;
    display: block;
    opacity: 1;
    overflow: scroll;
    }

.hamburger{
  display:block;
  width: 80px;
  height: 80px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  z-index: 10;
}

.line{
  position: absolute;
  right: 0px;
  height: 4px;
  width: 40px;
  background: #1d2e4b;
  border-radius: 1px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
  z-index: 8;
}

.line:nth-child(1) {top: 12px;}
.line:nth-child(2) {top: 32px;}
.line:nth-child(3) {top: 52px;}

#hamburger:checked + .hamburger .line:nth-child(1){
  transform: translateY(20px) rotate(-45deg);
  opacity: 8;
}

#hamburger:checked + .hamburger .line:nth-child(2){
  opacity: 0;
}

#hamburger:checked + .hamburger .line:nth-child(3){
  transform: translateY(-20px) rotate(45deg);
  opacity: 8;
}

input#hamburger {display:none;}

.topmenu {
  position: fixed;
  left: 0px;
  right: 0px;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: scroll;
  font-size: 16px;
}

#hamburger:checked + .hamburger + .topmenu {
  opacity: 1;
  display: block;
  z-index: 8;
  background-color: WHITE;
  left: 0px;
  top: 0px;
  -webkit-animation-name: easymenu;
  -webkit-animation-duration: 1s;
  animation-name: easymenu;
  animation-duration: 1s;
}

.menuc  {
    position: absolute;
    top: 80px;
    right: 100px;
    z-index: 3;
    }

.willkommenmd   {
      position: relative;
      top: 8px;
      left: 16px;
      padding-right: 48px;
      z-index: 3;
      opacity: 1;
      align-content: justify;
      text-align: justify;
      }

.pictures  {
      position: absolute;
      top: 154px;
      left: 8px;
      min-height: calc(100%-16px);
      max-width: calc(100% - 16px);
      z-index: 1;
      overflow: hidden;
      }

.picturetextblog{
        position: absolute;
        top: 24px;
        left:4%;
        z-index: 1;
  }

.pagestextblog {
    position: relative;
    text-align: justify;
    top: 8px;
    left: 18px;
    width: calc(100% - 36px);;
    padding-right: 8px;
  }

.logo {
      position: absolute;
      top: 34px;
      left: 78px;
      height: 148px;
      width: calc(100% - 196px);
      z-index: -1;
      opacity: 0;
      }
       

.logomd {
      position: absolute;
      top: 34px;
      left: 16px;
      height: 100px;
      width: calc(100% - 32px);
      z-index: 2;
      opacity: 1;
        }

.picturesitesco  {
          position: absolute;
          top: 0px;
          left: 0px;
          max-height: 278px;
          min-height: 178px;
          max-width: 100%;
          z-index: 2;
          overflow: hidden;
        }

.picturesitesco2  {
          position:relative;
          top: 214px;
          left: 0px;
          max-height: 770px;
          max-width: 100%;
          z-index: 4;
          overflow: hidden;
          }
    
.picturesitescorpt  {
            position:relative;
            top: 214px;
            left: 0px;
            max-height: 770px;
            max-width: 100%;
            z-index: 4;
            overflow: hidden;
           }

.verl {
      position: absolute;
      top: 154px;
      left: 8px;
      min-width: calc(100% - 16px);
      height: 16px;
      z-index: 2;
      }
         
.bottommenu  {
      position: absolute;
      bottom: 0px;
      min-height: 32px;
      left: 8px;
      width: calc(100% - 16px);
      opacity:1;
      z-index: 1;
      }

.bottom{
  opacity: 0;
  z-index: -1;
}

.contenttext  {
  position: relative;
  text-align: justify;
  top: 178px;
  left: 0px;
  width: 100%;
  padding-right: 16px;
  }

.picturetext{
  position: absolute;
  top:84px;
  left:4%;
  z-index: 4;
  font-family: "Raleway";
  font-size: 16px;
}

.content{
  display: none;
}

.contentmd  {
  position: absolute;
  display: block;
  top: 154px;
  left: 8px;
  max-height: calc(100% - 192px);
  min-height: calc(100% - 192px);
  max-width: 100%;
  width: calc(100% - 16px);
  padding-right: 0px;
  z-index: 1;
  overflow: scroll;
  scroll-behavior: smooth;
  scrollbar-width: 0px;
  overflow-x: hidden;
    }

.pagestext  {
      position: relative;
      text-align: justify;
      top: 8px;
      left: 18px;
      width: calc(100% - 36px);;
      padding-right: 8px;
      font-family: "Raleway";
      font-size: 16px;
    }

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #ffffff;
  color: #1d2e4b;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.accordionb {
  background-color: #ffffff;
  color: #1d2e4b;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ffffff;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

      }