/* noto-serif-regular - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-serif-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-serif-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-serif-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-serif-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-serif-v21-latin-regular.svg#NotoSerif') format('svg'); /* Legacy iOS */
}

/* noto-serif-italic - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/noto-serif-v21-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-serif-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-serif-v21-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-serif-v21-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-serif-v21-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-serif-v21-latin-italic.svg#NotoSerif') format('svg'); /* Legacy iOS */
}

/* noto-serif-700 - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-serif-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-serif-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-serif-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-serif-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-serif-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-serif-v21-latin-700.svg#NotoSerif') format('svg'); /* Legacy iOS */
}

/* noto-serif-700italic - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/noto-serif-v21-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-serif-v21-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-serif-v21-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-serif-v21-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-serif-v21-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-serif-v21-latin-700italic.svg#NotoSerif') format('svg'); /* Legacy iOS */
}


body{
    -webkit-text-size-adjust: none;
  }

* {
  -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    font-family: 'Noto Serif', serif;
}

.clearer {
  clear: both;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.ismobileindex {
  font-size:10px;
}

.align-left {
    text-align: left !important;
}
.align-right {
    text-align: right !important;
}
.align-center {
    text-align: center !important;
}

.siteholder {
    min-width: 1000px;
}

body {
  margin:0;
  padding:0;
  border:0;
}

.header_top {
    height:6.8125em;
}

#headernav_inner {
    margin:0 auto;
    max-width: 980px;
    width: 100%;
}
#headernav ul {
    margin:0;
    padding:0;
    list-style-type: none;
    display: table;
    height:6.8125em;
}

#headernav ul li {
    display: inline-block;
    padding:0 1.9em;
    display: table-cell;
    vertical-align:middle;
}

#headernav ul li a {
    display: inline-block;
    color:#a3a2a2;
    text-decoration: none;
}


#mainnav {
    height: 5.6875em;
    background-color: #002655;
    position: relative;
}

#mainnav ul {
    margin:0 auto;
    padding:0;
    list-style-type: none;
    max-width: 980px;
    width: 100%;
}

#mainnav ul li {
    display: inline-block;
    padding:0 1.9em;
    padding:0 1.7em;
    font-size: 1.0625em;
}

#mainnav ul li.hover,
#mainnav ul li:hover,
#mainnav ul li.active {
    background-color: #354b7a;
}

#mainnav ul li .openclose {
    display: none;
}

#mainnav ul li a {
    display: inline-block;
    line-height: 5.6875em;
    line-height: 5.35em;
    color:#ffffff;
    text-decoration: none;
}


.subnav {
    position: absolute;
    width: 100%;
    left:0;
    z-index: 1;
    background-color: #354b7a;
    display: none;
}

#mainnav ul li.hover .subnav,
#mainnav ul li:hover .subnav {
    display: block;
}

.subnav ul {
    margin:0 auto;
}

.subnav ul li a {
    color:#b2b8d0 !important;
}

.subnav ul li.active a,
.subnav ul li:hover a {
    color:#ffffff !important;
}

#topslider {
    position: relative;
}

.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}


.slideritem {
    position: relative;
}

.imagebox {
    position: absolute;
    right: 3em;
    bottom:3em;
    width: 20%;
    background: #fffced;
    padding:2em;
    box-sizing:border-box;
    z-index: 2;
}

.imagebox p {
    margin:0;
    padding:0;
    line-height: 1.4em;
    font-size: 1.3em;
}

.imagebox p.grey {
    color:#9c9c9c;
}

.imagebox p.black {
    color:#3c3b3a;
}

#pagetitle {
    position: absolute;
    bottom:0;
    color:#000000;
    padding:1em 3em 0 3em;
    background-color: #ffffff;
    margin-left:20%;
}

#logo {
    background: url(../images/muk_Logo_soft.png) 0 0 no-repeat;
    background-size: contain;
    width: 15.3125em;
    height: 6.25em;
    position: absolute;
    top: 0;
    margin: 0 auto;
    right: 1em;
}

#logo a {
    display: block;
    height: 100%;
}

#footer {
    background-color: #6f6f6f;
}

#footer_padder {
    max-width: 960px;
    width: 100%;
    margin:0 auto;
    padding:11.875em 0 6.6875em 0;
    display: table;
}

#footeronecontent,
#footertwocontent,
#footerthreecontent {
    display: table-cell;
    vertical-align: bottom;
    width: 33%;
}

#footer .innerwrap {
    margin:0 1em;
    border-bottom: 1px solid #ffffff;
}


#footer ul {
    margin:0 0 1em 0;
    padding:0;
    list-style-type: none;
}

#footer ul li {
    color:#ffffff;
    line-height: 2.5em;
}

#footer ul li a {
    color:inherit;
    text-decoration: none;
    font-size:1.5em;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer p {
    color:#ffffff;
    text-decoration: none;
    font-size:1em;
    line-height: 1.66666em;
}


#footer p a {
    color:inherit;
    text-decoration: none;
}

#footer p a:hover {
    text-decoration: underline;
}

.slick-dots {
    position: absolute;
    bottom: -36px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: right;
    padding-right: 20%;
    box-sizing: border-box;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #e0e0e0;
    width: 3em;
    margin-bottom: 12px;
}

.slick-dots li.slick-active {
    margin-bottom: 0px;
    height: 20px;
}
.slick-dots li button:before {
    display: none;
}

#mainarea {
    padding: 4em 0 4em;
    position: relative;
}

#mainarea .ce-wr-default {
    max-width: 960px;
    width: 100%;
    margin:0 auto 2em auto;
}

#mainarea .ce-wr-middle {
    max-width: 1500px;
    width: 100%;
    margin:0 auto 2em auto;
    clear: both;
}

#mainarea .ce-wr-fullwidth {
    width: 100%;
   /* margin: 0 -2em 2em -2em;
    width: calc(100% + 4em);    */
}

#mainarea .ce-wr-default-grey {
    max-width: 960px;
    width: 100%;
    margin:0 auto 2em auto;
    background-color: #e3e3e3;
    padding:2em 2em 1em 2em;
    box-sizing:border-box;
}



#mainarea .ce-wr-default-grey h3 {
    margin-top:0;
}


#mainarea_maincontent_padder {
    text-align: center;
    margin:0 2em;
}

.siteholder_basetemplatestartpage #mainarea_maincontent_padder {
/*    max-width:1532px;
    max-width: calc(1500px + 4em);
    */
    margin:0 auto;
}

#mainarea h1 {
    font-size:3.125em;
    line-height: 1.2em;
    margin:0 0 1.2em 0;
    padding:0;
    color:#302c2b;
    text-align: left;
    font-weight: normal;
}
#mainarea h1.startseite {
    margin-bottom: 0;
    font-size: 4em;
    color:#3c3b3a;
}

#mainarea p.subheadlinestartseite {
    color:#9c9c9c;
    margin: 0 0 1em 0;
    padding: 0 0 0 24em;
    font-size: 2em;
}

#mainarea h2 {
    font-size:1.5em;
    font-size:1.3125em;
    border-bottom: 1px solid #807e7e;
    text-align: center;
    color:#807e7e;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin:3em 0 2em 0;
    padding:0 0 0.5em 0;
    line-height: 1.4em;    
}

#mainarea h3 {
    font-size:2em;
    font-size:1.875em;
    line-height: 1.2em;
    margin:2.5em 0 0em 0;
    padding:0 0 1em 0;
    color:#302c2b;
    text-align: left;
    font-weight: normal;
}
#mainarea h3.wenigerabstandoben {
    margin-top:0;
}

#mainarea p {
    font-size:1.5em;
    font-size:1.375em;
    line-height: 1.54em;
    margin:0 0 1em 0;
    padding:0;
    color:#302c2b;
    text-align: left;
}

#mainarea p b,
#mainarea p strong {
    letter-spacing: 0.05em;
}

#mainarea p a {
    color:#002655;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9375em;
    font-weight: bold;
    letter-spacing: 0.05em;
}


#mainarea a:hover .hoveroverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index:1;
    background-color: #000000;
    opacity: 0.1;
}
#mainarea p a:before {
    content:'» ';
}

#mainarea p.linesaround {
  border-top:1px solid #807e7e;
  border-bottom:1px solid #807e7e;
  padding:0.5em 0;
}

#mainarea p.blue,
#mainarea span.blue {
  color:#002655;
}

#mainarea p.smallgreytext,
#mainarea span.smallgreytext {
    font-size:1em;
    line-height: 1.54em;
    margin:0 0 1em 0;
    padding:0;
    color:#807e7e;
    text-align: left;
}

#mainarea ul {
    font-size:1.5em;
    font-size:1.375em;
    line-height: 1.41666em;
    margin:0 0 1em 0;
    padding:0;
    color:#302c2b;
    text-align: left;
    list-style-type: none;
}

#mainarea ul li {
    background:url(../images/spiegelstrich_11.png) left 0.45em no-repeat;
    padding-left:1.25em;
    text-align: left;
}

#mainarea ul li a {
    color:#002655;
    text-decoration: none;
    text-transform: uppercase;
}


#mainarea hr {
    border:0;
    border-bottom: 1px solid #807e7e;
    color: #FFFFFF;
    background-color: #FFFFFF;
    height: 1px;    
    margin:2em 0;
}

#mainarea .ce-wr-box720textafter {
    max-width: 750px;
    display: inline-block;
    display: inline-flex;
    padding:0 1.4em;
    padding:0 0 1em 0;
    width: 50%;
    box-sizing: border-box;    
}

#mainarea .ce-wr-box720textafter .ce-left .ce-gallery,
#mainarea .ce-wr-box720textafter .ce-left .ce-column  {
    width: 100%
}

#mainarea .ce-wr-box720textafter .ce-gallery img {
    width: 100%;
    height: auto;
}


#mainarea .ce-wr-box720textafter.links {
    padding-right: 1.4em;
    margin-right: -6px;
}

#mainarea .ce-wr-box720textafter.rechts {
    padding-left: 1.4em;
}



#mainarea .ce-wr-box720textafter.last.links {
    padding-right: 1.4em;
    margin-right: 50%;
}


#mainarea .ce-wr-box720textafter h3 {
    padding-top:1.5em;
}

#mainarea .ce-left .ce-gallery, #mainarea .ce-column {
    width: 100%;
}

#mainarea .ce-gallery img {
    width: 100%;
    height: auto;
}

#mainarea .ce-wr-greyboxrightofimage {
    width: 100%;
    max-width: 1500px;
    margin:0 auto 3em auto;
    background-color: #e3e3e3;
}

#mainarea .ce-wr-greyboxrightofimage .ce-gallery {
    width: 50%;
}

#mainarea .ce-wr-greyboxrightofimage .ce-bodytext {
    padding:2em;
    box-sizing:border-box;
}

#mainarea .ce-wr-greyboxrightofimage h2 {
    text-transform: none;
    letter-spacing: normal;
    border: 0;
    margin:2em 0 1em 0;
    padding: 0;
    text-align: left;
    font-size: 2em;
    color:#302c2b;
}


#mainarea .ce-wr-greyboxrightofimage p {
    color:#807e7e;
}

#mainarea .ce-wr-greyboxrightofimage.mehrtagesfahrt {
    background-image: url(../images/uebernachtung.png);
    background-position:right 1em top 1em;
    background-repeat: no-repeat;
    background-size:2.5em 2.5em;
}

#mainarea .ce-wr-boxwithtextonimage {
    max-width: 750px;
    display: inline-block;
    padding:0 1.4em;
    padding:0 0;
    width: 50%;
    box-sizing: border-box;    
    position: relative;
}

#mainarea .ce-wr-boxwithtextonimage.links {
    margin-right: -6px;
    padding-right: 1.4em;
}

#mainarea .ce-wr-boxwithtextonimage.rechts {
    padding-left: 1.4em;
    overflow: hidden;
}

#mainarea .ce-wr-boxwithtextonimage.last.links {
    padding-right: 1.4em;
    margin-right: 50%;
}

#mainarea .ce-wr-boxwithtextonimage .ce-bodytext {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
}

#mainarea .ce-wr-boxwithtextonimage:hover .ce-bodytext {
    display: none;
}

#mainarea .ce-wr-boxwithtextonimage .ce-bodytext p {
    background-color: rgba(0,0,0,0.4);
    text-align: center;
    padding-top: 20%;
    color: #ffffff;
    font-size: 2em;
    height: 100%;
    box-sizing: border-box;
    margin-right: 0.7em;
}





#mainarea .ce-wr-boxwithtextonimage-fullwidth {
    max-width: 1500px;
    display: inline-block;
    padding:0 1.4em;
    padding:0 0;
    width: 100%;
    box-sizing: border-box;    
    position: relative;
    margin-bottom: 2.5em;
}

#mainarea .ce-wr-boxwithtextonimage-fullwidth.links {
    margin-right: -6px;
    padding-right: 1.4em;
}

#mainarea .ce-wr-boxwithtextonimage-fullwidth.rechts {
    padding-left: 1.4em;
}

#mainarea .ce-wr-boxwithtextonimage-fullwidth.last.links {
    padding-right: 1.4em;
    margin-right: 50%;
}

#mainarea .ce-wr-boxwithtextonimage-fullwidth .ce-bodytext {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    background-color: rgba(0,0,0,0.4);
}

#mainarea .ce-wr-boxwithtextonimage-fullwidth:hover .ce-bodytext {
    display: none;
}

#mainarea .ce-wr-boxwithtextonimage-fullwidth .ce-bodytext p {
    text-align: center;
    padding-top: 20%;
    color: #ffffff;
    font-size: 2em;
    height: 100%;
    box-sizing: border-box;
    margin-right: 0.7em;
    margin-right: 0;
}


#mainarea .ce-wr-boxwithtextonimage-blau .ce-bodytext {
    background-color: rgba(37,50,138,0.5);
}

#mainarea .ce-wr-boxwithtextonimage-rot .ce-bodytext {
    background-color: rgba(227,0,15,0.5);
    width: calc(100% - 1.4em);
}
#mainarea .ce-wr-boxwithtextonimage-gelb .ce-bodytext {
    background-color: rgba(255,229,0,0.5);
    width: calc(100% - 1.4em);
}

#mainarea .ce-wr-boxwithtextonimage-blau .ce-bodytext p,
#mainarea .ce-wr-boxwithtextonimage-rot .ce-bodytext p,
#mainarea .ce-wr-boxwithtextonimage-gelb .ce-bodytext p {
       background-color: transparent;
}
#mainarea figcaption {
    margin:1em 0;
    line-height: 1.4em;
    color:#6a6867;
    text-align: left;
}

#navtop {
    text-align: center;
    margin:5em 0;
}

#navtop a {
    background:url(../images/pfeil_top_80x72.png) 0 0 no-repeat;
    background-size: contain;
    width: 3em;
    height: 3em;
    display: inline-block;
}

#navprev {
    position: absolute;
    left:5em;
}

#navprev a {
    background:url(../images/pfeil_li_42x80.png) 0 0 no-repeat;
    background-size: contain;
    width: 3em;
    height: 3em;
    display: inline-block;
}

#navnext {
    position: absolute;
    right:5em;
}

#navnext a {
    background:url(../images/pfeil_re_42x80.png) 0 0 no-repeat;
    background-size: contain;
    width: 3em;
    height: 3em;
    display: inline-block;
}

#navprev_footer {
    position: absolute;
    left:5em;
    bottom:7em;
}

#navprev_footer a {
    background:url(../images/pfeil_li_42x80.png) 0 0 no-repeat;
    background-size: contain;
    width: 3em;
    height: 3em;
    display: inline-block;
}

#navnext_footer {
    position: absolute;
    right:5em;
    bottom:7em;
}

#navnext_footer a {
    background:url(../images/pfeil_re_42x80.png) 0 0 no-repeat;
    background-size: contain;
    width: 3em;
    height: 3em;
    display: inline-block;
}

.imagegallerx3x3 {
    width: 100%;
    max-width: 960px;
    margin:0 auto;
}

.imagegallerx3x3 .imagegallery_image {
    float: left;   
    width: 31.3333%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.imagegallerx3x3 .imagegallery_image:nth-child(3n) {
        margin-right: 0;
}

.imagegallerx3x3 .imagegallery_image img {
    width:100%;
    height: auto;
    float: left;
}

.imagegallerx4x4 {
    width: 100%;
    max-width: 960px;
    margin:0 auto;
}

.imagegallerx4x4 .imagegallery_image {
    float: left;   
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.imagegallerx4x4 .imagegallery_image:nth-child(4n) {
        margin-right: 0;
}

.imagegallerx4x4 .imagegallery_image img {
    width:100%;
    height: auto;
    float: left;
}

.foerderer {
    display: table;
    max-width: 960px;
    width: 100%;
    margin:0 auto 1em auto;
}

.foerderer_image {
    display: table-cell;
    text-align: left;
    width: 40%;
}

.foerderer_image img {
    max-width:340px;
    width: 100%;
    height: auto;
    padding-right: 20px;
    box-sizing:border-box;
}

.foerderer_text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 60%;
}

.tx-powermail {
    max-width: 960px;
    width: 100%;
    margin:0 auto;
    text-align: left;
}

.tx-powermail fieldset {
    margin:0;
    paddding:0;
    border:0;
}

.tx-powermail fieldset legend {
    display: none;
}

.tx-powermail label {
    display: none;
}

.tx-powermail input[type="text"] {
    border:1px solid #bdbebe;
    border-top:0;
    font-size:1.375em;
    padding:0.75em;
    width: 100%;
    box-sizing:border-box; 
}

.tx-powermail textarea {
    border:1px solid #bdbebe;
    border-top:0;
    font-size:1.375em;
    padding:0.75em;
    width: 100%;
    box-sizing:border-box; 
}

.powermail_fieldwrap {
    margin-bottom: 1.5em;
}

.powermail_fieldwrap_type_submit {
    text-align: right;
    width: 100%;
}

.tx-powermail input[type="submit"] {
    border:0;
    font-size:1.375em;
    padding:0.5em 1em;
    background-color: #002655;
    color:#ffffff;
    margin:0;    
}

#mainarea .parsley-errors-list li {
    background: none;
    padding:0;
    padding: 0.5em;
    margin-bottom: 0.4em;
    border: 2px solid #c50c1f;
    color: #c50c1f;
    background-color: rgba(255,0,0,0.3);
    border-top: 0;
}


#stoererkunstpreis_top {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin:0 auto;
}

#stoererkunstpreis_top a {
    position: absolute;
    top:-1em;
    right: 1em;
    width:10em;
    height: 2.4em;
    background: url(../images/kunstpreis_380x88.png) 0 0 no-repeat #ffffff;
    background-size: contain;
    z-index: 100;
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);    

    -webkit-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.75);
}

#stoererkunstpreis_bottom {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin:0 auto;
}

#stoererkunstpreis_bottom a {
    position: absolute;
    top:-5em;
    right: 1em;
    width:28.4375em;
    height: 12.1875em;
    background: url(../images/kunstpreis-hgz_910x390.png) 0 0 no-repeat;

    background-size: contain;
    z-index: 100;
    transform: rotate(-10deg);   
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
 

}

.mobilenavopener {
    display: none;
}

.mfp-container {
    padding: 0;
}

img.mfp-img {
    padding: 0 0 40px;
}

.mfp-figure:after {
    box-shadow: none;
}

.mfp-bg {
    background: #252525;
    opacity: 1;
    filter: alpha(opacity=100);
}

button.mfp-close {
    position: fixed !important;
    margin-right: 1vw;
    margin-top: 1vw;
    color:transparent !important;
    background: url(../images/galerie_close_74.png) right top no-repeat !important;
    background-size: contain !important;
    width: 2em !important;
    height: 1.2em !important;
}

.mfp-counter {
    right: 1em;
    padding-top:0.25em;
}

.mfp-title {
    padding-left: 1em;
    padding-top:0.25em;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b,
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border: 0;
}


.mfp-arrow-left:before, .mfp-arrow-left .mfp-b,
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border: 0;
}

button.mfp-arrow-right {
    background: url(../images/galerie_pfeil_re_74.png) center center no-repeat;
    background-size: contain;
}

button.mfp-arrow-left {
    background: url(../images/galerie_pfeil_li_74.png) center center no-repeat;
    background-size: contain;
}

button.mfp-arrow {
    height: 37px;
    margin-top:-18px;
}

.mfp-arrow:active {
    margin-top: -17px;
}

.sec {
    border-top:1px solid #515151;
    text-align: center;
    padding:1em 0;
}

.sec a {
    display: block;
    margin:0 auto;
    overflow: hidden;
    width: 5em;
    height: 1em;
    background:url(../images/sec_logo.png) center 0 no-repeat;
    background-size: contain;
}


#socialicons {
    position: fixed;
    left: 0;
    top: 32vh;
    z-index: 10;
    background: #fff;
}

#socialicons ul {
    list-style-type: none;
    margin:0;
    padding:7px;
}

#socialicons ul li a {
    display: block;
    text-decoration: none;
    width: 30px;
    height: 30px;
}

#socialicons ul li a.fb {
    background:url(../images/fb.svg) 0 0 no-repeat;
    background-size: contain;
    margin-bottom: 7px;
}

#socialicons ul li a.in {
    background:url(../images/IG_Glyph_Fill.png) 0 0 no-repeat;
    background-size: contain;
}

.cc-revoke {
  background: #002655 !important;
    color: #fff !important;
}



.videoelement {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 3em auto;
    background-color: #e3e3e3;
}

.videoelement-inner {
    display: flex;
}

.videoelement-inner-image {
    width: 50%;
    cursor: pointer;
    pointer-events: all;
    position: relative;
}
.videoelement-inner-image  img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.videoelement-inner-text {
    padding: 2em;
    box-sizing: border-box; 
  width: 50%;  
}


#mainarea .videoelement-inner-text p {
    color: #807e7e;
}

.thevideo {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11500;
    justify-content: center;
    background: rgba(0,0,0,0.95);
    align-items: center;
}

html.thevideoopen {
  overflow: hidden;
}

.thevideo.open {
    display: flex;
}
.thevideo .videowrapper {
    max-width: 70vw;
    max-height: 39.3vw;
    width: 100%;
    height: 100%;
    position: relative;    
}

.thevideo .videowrapper .closer {
    color: #fff;
    position: absolute;
    right: -30px;
    top: -33px;
    font-size: 21px;
    cursor: pointer;
}

.thevideo iframe {
border: 2px solid #fff;
    width: 100%;
    height: 100%;
}

.thevideo .videowrapper .video-error {
    background: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoelement-inner-image::after {
    content: ' ';
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:url(../images/playbutton.svg) center center no-repeat;
    background-size:23% auto;
    transition:all 0.2s ease-in-out;
}

.videoelement-inner-image:hover::after {
    background-size:33% auto;
}