/*---- Overall ----*/
* {
  margin: 0;
  padding: 0;

  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}
body, html{
  width: 100%;
  height: 100%;
}

/*---- Typography ----*/
@font-face {
  font-family: 'CaeciliaLTStd-Bold';
  src: url('fonts/CaeciliaLTStd-Bold.eot');
  src: local('☺'), url('fonts/CaeciliaLTStd-Bold.woff') format('woff'), url('fonts/CaeciliaLTStd-Bold.ttf') format('truetype'), url('fonts/CaeciliaLTStd-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FoundersGrotesk-Regular';
  src: url('fonts/FoundersGrotesk-Regular.eot');
  src: local('☺'), url('fonts/FoundersGrotesk-Regular.woff') format('woff'), url('fonts/FoundersGrotesk-Regular.ttf') format('truetype'), url('fonts/FoundersGrotesk-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FoundersGroteskXCond-Med';
  src: url('fonts/FoundersGroteskXCond-Med.eot');
  src: local('☺'), url('fonts/FoundersGroteskXCond-Med.woff') format('woff'), url('fonts/FoundersGroteskXCond-Med.ttf') format('truetype'), url('fonts/FoundersGroteskXCond-Med.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Polder-Grotesk-Beta_03';
  src: url('fonts/Polder-Grotesk-Beta_03.eot');
  src: local('☺'), url('fonts/Polder-Grotesk-Beta_03.woff') format('woff'), url('fonts/Polder-Grotesk-Beta_03.ttf') format('truetype'), url('fonts/Polder-Grotesk-Beta_03.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VanDijck-Regular';
  src: url('fonts/VanDijck-Regular.eot');
  src: local('☺'), url('fonts/VanDijck-Regular.woff') format('woff'), url('fonts/VanDijck-Regular.ttf') format('truetype'), url('fonts/VanDijck-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1 p{
  font-family: 'FoundersGroteskXCond-Med', Arial, sans;
  font-weight: normal;
  margin: 0;
}
h1 > p {
  padding-top: 0;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;

  -moz-justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}
h2{
  font-family: 'FoundersGrotesk-Regular', Arial, sans;
  font-size: 26px;
  line-height: 27.5px;
  font-weight: normal;
}
.teaser > h2:first-of-type {
  margin-top: 5px;
}
.teaser > p{
  margin-top: 5px;
}
.grid-item > h2, .text > h2{
  margin-bottom: 5px;
}
h2 p{
  font-family: 'FoundersGrotesk-Regular', Arial, sans;
  font-size: 25px;
  line-height: 27.5px;
  font-weight: normal;
}
h3{
  font-family: 'FoundersGrotesk-Regular', Arial, sans;
  font-size: 25px;
  line-height: 27.5px;
  border: 2px solid;
  padding: 10px;
  padding-bottom: 2.5px;
  font-weight: normal;
  padding-top: 14px;
  background-color: white;
}
h3 a, h3 p{
  font-family: 'FoundersGrotesk-Regular', Arial, sans;
  font-size: 25px;
  line-height: 27.5px;
  padding: 10px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 2.5px;
  font-weight: normal;
}
.main h3 a{
  word-break: break-all;
  word-wrap: break-word;
}
p, ul, ul p, .box p, .box_besuch p{
  font-family: 'FoundersGrotesk-Regular';
  font-size: 20px;
}
.textbildwrap{
  position: absolute;
}
.textbild{
  color: white;
  padding: 25px;
  width: calc(66.66666666666672vw - 75px);
}
.textbildsub{
  display: inline;
  float: right;
}
.text strong{
  font-family: 'FoundersGrotesk-Regular', Arial, sans;
  font-size: 25px;
  line-height: 27.5px;
  font-weight: normal;
  margin-bottom: 5px;
}
.excerpt p{
  font-size: 20px;
  line-height: 23.5px;
}
#logowrap{
  width: 100%;
  height: 225px;
  max-height: 225px;
  text-align: center;
}
#logo{
  background-color: black;
  height: calc(100% - 55px);
  max-width: 100%;
  width: auto;
  margin-bottom: 40px;
  margin-top: 15px;
}

/*---- Links ----*/
a, a:hover, a:visited{
  color: black;
  text-decoration: none;
}
.inside_h3 h3 a{
  display: inline-block;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 0;
}
.inside_h3 h3{
  padding-top: 10px;
}

/*---- List elements ----*/
li{
  list-style: none;
}

/*---- Media ----*/
img{
  width: 100%;
}

/*---- Layout and Grid ----*/
.box, .box_besuch{
  background-color: white;
}
.grid-item .box, .grid-item .box_besuch{
  overflow: hidden;
  height: 50px;
  padding: 10px;
  border: 2px solid;
  position: relative;
}

/* Dropdown Button */
.dropdown{
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 70px;
  height: 45px;
  right: -30px;
  font-family: 'FoundersGrotesk-Regular';
  pointer-events: none;
}
.dropbtn, .dropbtn2{
  border: none;
  cursor: pointer;
  float: right;
  color: black;
  position: absolute;
  right: 35px;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 56px;
  font-size: 22px;
  transition: 150ms;
  font-weight: 900;
  -webkit-transition-property: color, transform;
  -moz-transition-property: color, transform;
  -o-transition-property: color, transform;
  transition-property: color, transform;
}
.dropbtn{
  right: 28.5px;
  top: 0px;
}
.dropbtn2{
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  line-height: 44px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.rotate{
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0px;
}
/*---- Header ----*/
/*---- Menu ----*/
nav{
  width: calc(100vw - 75px);
  margin-left: 50px;
  position: fixed;
  top: 52px;
  z-index: 10;
}
.menu_row{
  width: calc(100%);
  position: absolute;
}
.menu_row:nth-of-type(1){
  z-index: 3;
}
.menu_row:nth-of-type(2){
  margin-top: 75px;
  z-index: 2;
}
.menu_row > h3{
  width: calc(33.333333% - 50px);
  padding: 0;
  padding-left: 5px;
  cursor: pointer;
}
.bigtext > p {
  clear: both !important;
}
.bigtext > p > span {
  overflow: visible;
  float: left !important;
}
.bigtext > span, .bigtext{
  overflow: visible;
}
.menu h3{
  width: calc(33.33% - 25px);
  display: inline-block;
  vertical-align: top;
  height: auto;
  max-height: 50px;
  min-height: 50px;
  overflow: hidden;
  margin-right: 25px;
  background-color: white;
  float: left;
}
.menu h3 li:last-child {
  height: 48px;
}
.menu .menu_row:first-child h3 li:first-child a{
  font-family: 'CaeciliaLTStd-Bold';
  font-size: 21px;
  line-height: 24px;
}
.menu .menu_row h3 li a{
  width: 100%;
  display: list-item;
}
.menu .menu_row h3 li a:hover .linkarrow, .menu .menu_row h3 li a:hover .linkarrow, .sl:hover .linkarrow{
  opacity: 1;
  max-width: 100px;
}
.menu .menu_row:nth-child(2) h3:nth-child(3) li a {
  height: 50px;
  line-height: 50px;
  top: 3.5px;
  position: absolute;
  width: 28vw;
}
.sl:hover .linkarrow{
  margin-right: 10px;
}
.sl{
  width: 100%;
  display: inline-block;
}
.menu h3 li{
  padding-top: 0;
  padding-bottom: 0;
  padding: 5px;
  height: auto;
}
.menu h3 li:first-child{
  padding-top: 14px;
}
.linkarrow{
  display: inline-block;
  font-family: 'Conv_Polder-Grotesk-Beta_03';
  font-size: 21px;
  max-width: 0;
  opacity: 0;
  -webkit-transition: max-width 150ms;
  -moz-transition: max-width 150ms;
  -o-transition: max-width 150ms;
  transition: max-width 150ms;
}
.menu h3{
  -webkit-transition: max-height 300ms ease-out;
  -moz-transition: max-height 300ms ease-out;
  -o-transition: max-height 300ms ease-out;
  transition: max-height 300ms ease-out;
}
.menu .menu_row:first-child h3:first-child:hover, .menu .menu_row:first-child h3:first-child:hover li a, .menu .menu_row:first-child h3:first-child.active_color *, .menu .menu_row:first-child h3:first-child.active_color{
  color: #1e90ff;
}
.menu .menu_row:first-child h3:nth-child(2):hover, .menu .menu_row:first-child h3:nth-child(2):hover li a, .menu .menu_row:first-child h3:nth-child(2).active_color *, .menu .menu_row:first-child h3:nth-child(2).active_color{
  color: #ff6347;
}
.menu .menu_row:first-child h3:nth-child(3):hover, .menu .menu_row:first-child h3:nth-child(3):hover li a, .menu .menu_row:first-child h3:nth-child(3).active_color *, .menu .menu_row:first-child h3:nth-child(3).active_color{
  color: #32cd32;
}
.menu .menu_row:nth-child(2) h3:first-child:hover, .menu .menu_row:nth-child(2) h3:first-child:hover li a, .menu .menu_row:nth-child(2) h3:first-child.active_color *, .menu .menu_row:nth-child(2) h3:first-child.active_color{
  color: #ee82ee;
}
.menu .menu_row:nth-child(2) h3:nth-child(2):hover, .menu .menu_row:nth-child(2) h3:nth-child(2):hover li a, .menu .menu_row:nth-child(2) h3:nth-child(2).active_color *, .menu .menu_row:nth-child(2) h3:nth-child(2).active_color{
  color: #ffd700;
}
.menu .menu_row:nth-child(2) h3:nth-child(3):hover, .menu .menu_row:nth-child(2) h3:nth-child(3):hover li a, .menu .menu_row:nth-child(2) h3:nth-child(3).active_color *, .menu .menu_row:nth-child(2) h3:nth-child(3).active_color{
  color: #7b68ee;
}
li a{
  width:100%;
  height:100%;
}

/*---- Search ----*/
input, input[type="text"], input[type="search"]{
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance: none;
  border: 0px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
input::-webkit-search-cancel-button{
    display: none;
}
::-webkit-scrollbar {
    display: none;
}
input:focus {
}
#result1, #result{
  display: none;
}
input, button{
  font-family: 'FoundersGrotesk-Regular', Arial, sans;
  font-size: 25px;
  line-height: 27px;
  width: 100%;
  display: block;
  text-align: left;
  background-color: white;
  border: none;
}
#search{
  font-family: 'FoundersGrotesk-Regular', Arial, sans;
  font-size: 25px;
  line-height: 27px;
  margin-top: 6px;
  width: 100%;
  display: block;
  text-align: left;
  background-color: white;
  border: none;
  margin-left: -4px;
}
#search{
  color: #7b68ee;
}
button, .slider2, .slider3{
  cursor: pointer;
}
.submitbutton{
  cursor: pointer;
}
#form_search{
    position: fixed;
    right: 47px;
    width: calc(33.33% - 50px);
    height: 50px;
    padding: 10px;
    padding-top: 10px;

}
.search_container{
  padding: 50px;
  padding-right: 49px;
  padding-top: 0px;
}
.search_container h3{
  margin-bottom: 20px;
  height: 50px;
}

/*---- Body ----*/
.main{
  height: auto;
  position: relative;
  z-index: 1;
  top: 200px;
  min-height: 100%;
}

/*---- Footer ----*/
footer{
  position: relative;
  margin-bottom: 25px;
  top: 200px;
}
.languages-menu{
  margin-top: 5px;
}
.languages-menu h3 li{
  width: 100%;
  height: 45px;
  padding-top: 3px;
}
.languages-menu h3{
  padding: 0;
}
.languages-menu h3 li a{
  padding: 0;
  padding-left: 10px;
  width: 100%;
  display: inline-block;
  line-height: 50px;
}
.languages-menu li{
  display: inline-block;
  width: auto;
}
.languages-menu a{
  padding-right: 0px;
}

/*---- Isotope ----*/
.grid {
  margin-left: 50px;
  margin-right: 50px;
  width: calc(100vw - 75px);
}
.grid-item,
.grid-sizer {
  width: 16.66666666666667%;
  margin-bottom: 25px;
}
.grid-sizer,
.littlegrid-sizer{
  margin-bottom: 0;
}
.littlegrid img{
  cursor: pointer;
}
.grid-item.teaser{
  margin-bottom: 25px;
}
.teaser2{
  margin-bottom: 12.5px !important;
}
.shopitem{
  margin-bottom: 50px !important;
}
.myFormWrapper{
  position: fixed;
  height: 100%;
  width: calc(33.33vw - 50px);
  left: calc(66.66vw);;
  overflow: hidden;
}
#myform{
  height: 72vh;
  background-color: white;
  overflow-y: scroll;
  width: 100%;
}
#ordertext{
  margin-bottom: 25px;
}
.grid-item{
  float: left;
  width: calc(100% - 25px);
}
.nongrid-item {
  float: left;
  display: inline-block
}
.grid-item--width2 {
  width: calc(66.66666666666672% - 25px);
}
.grid-item--width3 {
  width: calc(33.33333333333334% - 25px);
}
.grid-item--width4 {
  width: calc(16.66666666666667% - 25px);
}

/*---- Little Isotope ----*/
.littlegrid {
  width: 33.33333333333334%;
  height: auto;
}
.littlegrid2 {
  width: 66.66666666666672%;
  height: auto;
}
.littlegrid-item,
.littlegrid-sizer {
  width: 50%;
  margin-bottom: 25px;
}
.littlegrid2-item,
.littlegrid2-sizer {
  width: 25%;
  margin-bottom: 25px;
}
.littlegrid2-item {
  float: left;
  width: calc(25% - 25px);
}
.littlegrid-item {
  float: left;
  width: calc(50% - 25px);
}

.littlegrid-item--width2 {
  float: left;
  width: calc(100% - 25px);
}
a.littlegrid-item--width2.teaser{
  margin-bottom: 50px;
}
.littlegrid-item--width2 h3, .inside_h3 h3{
  margin-bottom: 25px;
}
.littlegrid-item--width2 h3:last-child{
  margin-bottom: 0px;
}
.littlegrid2-item--width2 {
  float: left;
  width: calc(100% - 20px);
  margin-bottom: 5px;
}

/*---- Columns ----*/
.columns {
  width: calc(100% - 75px);
  margin-left: 50px;
  height: auto;
  position: relative;
}
.columns-mp {
  width: calc(100% + 25px);
  margin-left: 0px;
  height: auto;
  position: relative;
}
.col-1, .col-2{
  margin-right: 25px;
}
.col-1, .col-2, .col-3{
  width: calc(33.333333% - 25px);
  display: inline-block;
  vertical-align: top;
  float: left;
}
.columns-2 {
  height: auto;
  position: relative;
}
.columns-2 {
  width: calc(100% + 20px) !important;
}
.col-1-1, .col-2-2{
  width: calc(50% - 22px);
  display: inline-block;
  vertical-align: top;
}
.col-1-1{
  margin-right: 21px;
}

/*----Kunsthalle Rostock ----*/
/*----Über Uns ----*/
/*----Sammlung ----*/
/*----Ansprechpartner ----*/
/*----Förderer, Projekte ----*/
/*----Presse ----*/
/*----Aktuelles ----*/
/*----Veranstaltungs Kalender ----*/
.box, .box_besuch{
  overflow: hidden;
  height: 50px;
  padding: 10px;
  border: 2px solid;
  position: relative;
}
.box_cal{
  overflow: hidden;
  height: 50px;
  padding: 10px;
  border: 2px solid;
  position: relative;
  margin-bottom: 25px;
}
#begleitprogramm > .cal-item > .box_besuch{
  margin-bottom: 0px;
}
.cal-item > .box{
  margin-bottom: 25px;
}
.box h2, .box_besuch h2{
  margin-right: 25px;
}
.inner_box{
  cursor: pointer;
}
/*----News ----*/
/*----Information ----*/
/*----Allgemein ----*/
/*----Programm ----*/
/*----Ausstellungen ----*/
/*----Aktuell ----*/
/*----Vorschau ----*/
/*----Archiv ----*/
.loading h2{
  text-align: left;
  margin-bottom: 50px;
  margin-left: 50px;
}
.searching h2{
  text-align: left;
  margin-bottom: 0px;
  margin-left: 0px;
}
@keyframes blink {
    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
      display: 0;
    }
    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
      opacity: 1;
    }
    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
      opacity: 0;
    }
}
.loading h2 span {
    -webkit-animation-name: blink;
    -moz-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}
.loading h2 span:nth-child(2) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s;
}
.loading h2 span:nth-child(3) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}
/*----Shop ----*/
/*---Slideshow----*/
.imagewrap{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  line-height: 0;
}
.previmg{
  z-index: 99;
  position: relative;
}
.thumbnails{
  width: 63.3vw;
  bottom: 0;
  z-index: 100;
  position: absolute;
  padding: 1vw;
  text-align: right;
}
.prevthumb{
  margin: 1vw;
  width: 6.05vw;
  display: inline-block;
  position: relative;
}
.hidden{
  opacity: 0;
}
.slideshow{
  padding: 50px;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
  background-color: white;
  z-index: 999;
  display: none;
}
.close, figure{
  position: absolute;
  right: 50px;
  z-index: 999;
  width: 29vw;
  cursor: pointer;
}
figure{
  top: 125px;
  white-space: pre-wrap;
  word-break: break-word;
}
.previmg2{
  width: auto;
  max-height: 100%;
  max-width: calc(63vw - 50px);
}
.thumbnails2{
  height: 50vh !important;
  width: calc(33.333333vw - 25px);
  display: block;
  position: absolute !important;
  bottom: 25px;
  right: 25px;
}
.prevthumb2{
  padding-right: 25px;
  padding-bottom: 20px;
}

.prevthumb2-sizer, .prevthumb2{
  width: calc(25%);
}

/*----Teaser ----*/
.teaser h1{
  margin-bottom: 7.5px;
}
.headerimage{
  margin-bottom: 25px;
}
.trenner{
  margin-top: 40px;
}
.margintop20{
  margin-top: 20px;
}
.marginbottom50{
  margin-bottom: 50px !important;
}
.marginbottom20{
  margin-bottom: 20px !important;
}
.marginbottom5{
  margin-bottom: 5px;
}
.marginbottom0{
  margin-bottom: 0;
}
.width100{
  width: 100%;
  display: block;
}
.col-1 h1, .col-2 h1, .col-3 h1, .col-1 h3, .col-2 h3, .col-3 h3, .col-1-1 h3, .col-2-2 h3, .col-3-3 h3{
  margin-bottom: 25px;
}
.col-1-1 a, .col-2-2 a, .col-3-3 a{
  display: block;
  margin-bottom: 20px;
}
.videocontainer{
  height: 17.5vw;
}
.shopitem, .khritem, .khritem a, .newsitem, .ausitem, .ausitem a, .infoitem, .search_container ul li h3, .search_container ul li h3 a, .genitem, .genitem input, .genitem a, .genitem li a, .textbild{
  -webkit-transition: color 150ms;
  -moz-transition: color 150ms;
  -o-transition: color 150ms;
  transition: color 150ms;
}
.infoitem .inner_box{
  padding-top: 5px;
}
.shopitem:hover{
  color: #ffd700;
}
.shopitemadd, .shopitemadd a{
  color: #ffd700;
}
.khritem:hover, .khritem:hover a {
  color: #1e90ff;
}
.khritemadd{
  color: #1e90ff;
}
.newsitem:hover{
  color: #ff6347;
}
.newsitemadd{
  color: #ff6347;
}
.newsitem:hover .dropdown .dropbtn, .newsitem:hover .dropdown .dropbtn2{
  color: #ff6347;
}
.newsitemadd .dropdown .dropbtn, .newsitemadd .dropdown .dropbtn2{
  color: #ff6347;
}
.ausitem:hover, .ausitem:hover .textbild{
  color: #ee82ee;
}
.ausitemadd{
  color: #ee82ee;
}
.infoitem:hover{
  color: #32cd32;
}
.infoitem:hover .dropdown .dropbtn, .infoitem:hover .dropdown .dropbtn2{
  color: #32cd32;
}
.infoitemadd{
  color: #32cd32;
}
.search_container ul li h3:hover, .search_container ul li h3:hover a{
  color: #7b68ee;
}
.search_container ul li h3{
  padding: 0;
}
.genitem:hover, .genitem:hover input, .genitem:hover a, .genitem:hover li a{
  color: grey;
}
.genitem{
  margin-bottom: 6.5px;
}
.search_container ul li h3 a{
  padding-left: 10px;
  padding-top: 3px;
  line-height: 50px;
  width: 100%;
  display: inline-block;
}
#infobox{
  min-height: 50px;
  padding-top: 14px;
}
.text p:not(:first-child) {
  margin-top: 10px;
}
#id4 h3{
  margin-top: -10px;
}
.krh_menu{
  display: none;
}
.sociallink{
  display: block;
}

/* MOBILE */
@media only screen and (max-width: 850px) {
  /*---- Body ----*/
  .main{
    top: 0;
    margin-top: 95px;
  }
  /*---- Isotope ----*/
  .grid-item, .grid-sizer, .littlegrid, .littlegrid2 {
    width: 100%;
  }
  .grid-item, .grid-item--width2, .grid-item--width3, .grid-item--width4, .littlegrid-item--width2, .littlegrid2-item--width2, .columns, .col-1, .col-2, .col-3, .col-1-1, .col-2-2{
    width: calc(100% - 20px);
  }
  .littlegrid-item, .littlegrid-sizer, .littlegrid2-item, .littlegrid2-sizer {
    width: 50%;
  }
  .littlegrid2-item, .littlegrid-item {
    width: calc(100%);
  }
  .columns-2 {
    width: calc(100% + 20px) !important;
  }
  /*---- Menu ----*/
  nav{
    width: 100vw;
    margin-left: 20px;
    position: fixed;
    top: 20px;
    padding-top: 3px;
    z-index: 10;
    border: 2px solid;
    width: calc(100% - 40px);
    max-height: 50px;
    overflow: hidden;
    background-color: white;
    -webkit-transition: max-height 300ms ease-out;
    -moz-transition: max-height 300ms ease-out;
    -o-transition: max-height 300ms ease-out;
    transition: max-height 300ms ease-out;
  }
  .navopen{
    overflow: scroll;
    max-height: calc(100vh - 40px);
  }
  .menu{
    margin-top: 35px;
    overflow: hidden;
    background-color: transparent !important;
  }
  .menu h3 li:not(:first-child){
    margin-left: 20px;
  }
  .menu *{
    color: black !important;
  }
  .menu_row{
    width: 100%;
    position: relative;
  }
  .menu_row:nth-of-type(1){
    z-index: 3;
  }
  .menu_row:nth-of-type(2){
    margin-top: 0px;
    z-index: 2;
  }
  .menu_row > h3{
    padding: 0;
    padding-left: 5px;
    cursor: pointer;
  }
  .menu h3{
    width: 100%;
    display: block;
    height: auto;
    max-height: 500px;
    overflow: hidden;
    margin-right: 15.5px;
    background-color: transparent !important;
    margin-bottom: 0px;
    border: none;
  }
  .menu h3 li:last-child {
    height: 46px;
  }
  .menu .menu_row:first-child h3 li:first-child a{
    font-family: 'FoundersGrotesk-Regular', Arial, sans;
    font-size: 25px;
    line-height: 27.5px;
    margin-left: 20px;
    visibility: hidden;
  }
  .menu .menu_row:first-child h3 li:first-child a:after {
    content: 'Home';
    visibility: visible;
    display: block;
    position: absolute;
    top: 15px;
  }
  .menu .menu_row h3 li a{
    width: 100%;
  }
  .menu .menu_row h3 li a:hover .linkarrow, .menu .menu_row h3 li a:hover .linkarrow, .sl:hover .linkarrow{
    display: none;
  }
  .id4.menu_row h3:nth-child(3), #search{
    display: none;
  }
  .krh_menu{
    top: 20px;
    left: 20px;
    right: 20px;
    margin: auto;
    display: block;
    position: fixed !important;
    z-index: 500;
    font-family: 'CaeciliaLTStd-Bold';
    font-size: 21px;
    line-height: 24px;
    border: none;
    margin: 2px;
    margin-bottom: 0;
    height: 45px !important;
    min-height: 45px !important;
  }
  .burger{
    width: 18px;
    top: 13.5px;
    right: 10px;
    font-weight: lighter;
    position: absolute
  }
  .textbild{
    color: white;
    padding: 20px;
    width: calc(100vw - 40px);
  }

  /*---- Isotope ----*/
  .grid {
    margin-left: 20px;
    width: calc(100% - 20px);
  }
  .columns {
    width: calc(100% - 20px);
    margin-left: 20px;
    height: auto;
    position: relative;
  }
  .menu .menu_row:nth-child(2) h3:nth-child(2) li a, .menu .menu_row:nth-child(2) h3:nth-child(3) li a {
      line-height: 25px;
      position: relative;
      display: inline-block;
      width: 100%;
  }
  #myform{
    position: relative;
    right: 0;
    top: 0;
    padding-left: 0;
    padding-top: 0;
    height: auto;
    background-color: white;
  }
  #ordertext{
    margin-bottom: 0;
  }
  .linkarrow{
    display: none;
  }
  .myFormWrapper{
    position: absolute;
    height: 100%;
    width: calc(100% - 20px);
    overflow: hidden;
    z-index: 999;
    left: 0;
  }
}
