/* Fonts */


/* Mainstyles */

html {
  overflow-y: scroll;
  height: 100%;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: skolar-sans-latin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 20px;
  color: #1E2332;
	min-height: 100%;
	position: relative;
  background-color: #fff;
}


/* Anpassen Boxmodel */
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

*:before,
*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Headlines
h1, h2, h3, h4 {
  font-weight: 700;
} */

strong {
  font-family: skolar-sans-latin, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
    margin: 0;
    color: #d74e38;
    font: 30px/34px clone-rounded-latin, sans-serif;
    font-weight: 500;
    font-style: normal;
}

h2 {
    font-size: 2.5em;
    line-height: 1.3em;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    padding: 0;
}

.layout_latest h2, .layout_latest h2 a, .whoweare h2, .sn h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    font-family: clone-rounded-latin, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none !important;
    color: #d74e38;
}

.layout_full h2 {
    font-size: 21px;
    line-height: auto;
    margin: 0;
    font-family: clone-rounded-latin, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none !important;
    color: #d74e38;
    text-transform: uppercase;
}

.layout_latest.landing .image_container {
    padding-bottom: 15px;
}

.sn h3,.sn h4 {
    font-size: 17px;
    line-height: 20px;
    margin: 0;
    font-style: normal;
    font-weight: 500;
}

.whoweare h2,.sn h2 {
    font-weight: 700;
    margin-bottom: 15px;
}

.sn h2 {
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 27px;
}

.layout_latest h2 a {
    color: #d74e38;
}

.layout_latest.top h2 a {
    font-size: 30px;
    line-height: 34px;
    margin: 0;
    font-family: clone-rounded-latin, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding-top: 20px !important;
    color: #d74e38;
    display: block;
}

h3 {
  font-size: 1.3125em;
  line-height: 1.14285714em;
  margin-top: 0.05em;
  margin-bottom: 0em;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em
}


h4,
h5,
h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0em;
}

h4 {
  letter-spacing: 0.02em
}
/* sonstige Abstände und Elemente */
p, ul, ol, pre, table, blockquote {
  margin-top: 0em;
  margin-bottom: 0.8em;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0em;
  margin-bottom: 0em;
}

ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

li {
  margin-left: 2em;
}

.rsts-nav li{
  margin-left: 10px;
}

strong {
  font-weight: 700;
}

.mod_view th {
    padding-right: 25px;
}

.more a, .more a:visited {
  color: #b1b1b1;
  text-decoration: none !important;
}

/* RockSolid Slider */

hr {
  border: 2px solid #d74e38;
  margin: -1px 0;
}

/* Links */
a,
a:visited {
	color: #d74e38;
}

a:hover,
a:focus,
a:active {
	color: #d74e38;
}

/** Layout **/

#wrapper, #custom_bg, .headerinside {
  max-width: 1100px;
	margin: 0 auto;
}

.custom {
    position: relative;
    background-color: #f2f3fa;
    width: 100%;
    margin-bottom: 30px;
}

#custom_header {
    background-color: white;
    padding-bottom: 45px;
}

.headerleft a {
    float: right;
    margin-top: 45px;
}

#container {
    padding-bottom: 190px;
}

#main {
    padding-bottom: 50px;
}

#footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 190px;
		background-color: #d74e38;
}

#footer .inside {
  width: 1200px;
  margin: 0 auto;
	display: block;
	color: white;
}

#footer .row {
  padding: 15px 0;
}

/* Wrapper & Co von mir */

:focus {
	outline: 0;
}

#logo {
  width: 216px;
  text-align: center;
  padding-top: 45px;
}

.pictcat {
  position: relative;
}

.pictcat .image_container {
  position: relative;
  z-index: 1;
}

.top .pictcat .categories {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  height: 40px;
  background-color: #b1b1b1;
  color: white;
  font: 28px/35px clone-rounded-latin, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0 17px 0 15px;
  letter-spacing: 0.02em;
}

.layout_full .categories {
  background-color: #b1b1b1;
  color: white;
  font: 28px/40px clone-rounded-latin, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 5px 20px;
  margin-bottom: 30px;
  display: inline-block;
}

.empty {
  color: #b1b1b1;
}

.enclosure li {
    list-style-type: none;
    margin: 0;
        margin-top: 0px;
    padding: 0;
}

a.download-element  {
    padding: 5px 10px 10px 80px !important;
    background: url(svg/download.svg) left center no-repeat;
    text-transform: uppercase;
    margin-top: 30px !important;
    height: 40px;
    display: block;
    text-decoration: none;
}

a.download-element span {
    font-size: 13px;
    line-height: 17px;
    margin-top: -10px;
    display: block;
    padding: 0;
    font-weight: 700;
    letter-spacing: 1px;
}

.mod_sibling_navigation_news img {
  width: 35px;
}

.layout_full p,.layout_full ul {
  font-size: 18px;
}

.mod_sibling_navigation_news.block {
    position: absolute;
    bottom: 40px;
    width: 250px;
}

.s-prev {
    display: inline-block;
    float: left;
}

.s-next {
    display: inline-block;
    float: right;
}

.landing .pictcat .categories {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #b1b1b1;
    color: white;
    padding: 3px 10px 5px 8px;
    display: block;
    letter-spacing: 0.02em;
    right: auto;
}

.white {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.whoweare #main img {
  padding: 0 30px;
  padding-left: 100px;
}

.whoweare .white {
  padding: 20px 100px;
}

.whoweare .white p {
  font: 18px/24px skolar-sans-latin, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.whoweare h1 {
  padding-bottom: 30px;
}

.whoweare .row {
  margin-bottom: 30px;
}

.whoweare .col-md-8  {
  padding-right: 100px;
}

.layout_latest .right {
  padding-right: 30px;
}

.headerleft .subscribe {
  margin-top: 45px;
  font-size: 13px;
  margin-left: 15px;
}

.headerleft .subscribe a {
  text-decoration: none;
}

.twitter img {
    padding-top: 2px;
    width: 27px;
}

.mod_search {
  padding-bottom: 50px;
}

/* Navigation */

.mod_customnav, .mod_customnav *, .mod_navigation, .mod_navigation * {
    margin: 0 auto !important;
    padding: 0;
    list-style: none;
}

#nav-main {
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
    top: 0;
    height: 70px;
    text-align: center;
}

  #nav-main ul {
	margin: 0;
	padding: 0;
  }

  #nav-main li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 20px 20px;
  min-height: 40px;
  }

  #nav-main a,
  #nav-main strong,
  #mobile-main a,
  #mobile-main strong {
	display: block;
	text-decoration: none;
  font-family: clone-rounded-latin, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 17px;
  line-height: 24px;
	color: #575756;
	letter-spacing: 1px;
	margin: 0 0.5em;
  text-transform: uppercase;
  }

  #nav-main > a.last,
  #nav-main > .active.last {
	margin-right: 0;
  }

  #nav-main a:hover,
  #nav-main a:focus {
	color: #d74e38;
  }

  #nav-main strong.active,
  #nav-main .trail {
	  color: #d74e38;
  }

  li .tw {
    text-indent: -10000px;
    background-image: url("svg/twitter_w.svg");
    background-position: right center;
    background-repeat: no-repeat;
    width: 25px;
}

  /* Mobile Nav */
  #nav-mobile {
	width: 160px;
	margin: 0.25em auto;
  }

  #nav-mobile select {
	margin: 0;
  }

li .fb {
      text-indent: -10000px;
      background-image: url("fb-logo.svg");
      background-position: right center;
      background-repeat: no-repeat;
      width: 25px;
}

li .ig {
      text-indent: -10000px;
      background-image: url("ig-logo.svg");
      background-position: right center;
      background-repeat: no-repeat;
      width: 27px;
}

li .search {
      text-indent: -10000px;
      background-image: url("svg/search.svg");
      background-position: right center;
      background-repeat: no-repeat;
      width: 27px;
}


nav.block {
	overflow: visible !important;
}

.mod_customnav {
	float: right;
}

#footer .mod_customnav {
	float: none;
	margin: 0 auto;
	text-align: center;
	padding-top: 47px;
}

#footer .mod_customnav ul {
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
}

.mod_customnav li,.mod_navigation li {
	float: left;
	margin-right: 10px;
}

#footer .mod_customnav li {
	display: inline-block;
	float: none;
}

.mod_customnav li.last {
	float: left;
	margin-right: 0px;
}

#footer p {
	display: block;
	position: relative;
	font: 0.8em/1.2em 'Soho W01 Regular';
	text-decoration: none;
	color: #9AD7F6;
  letter-spacing: 0.1em;
}

#footer p strong {
  text-transform: uppercase;
}

#footer a, #footer #nav-main strong.active {
	font-size: 1em;
	text-decoration: none;
	color: #ffffff !important;
}

#footer a:hover {
	color: #f2c1af;
}

.toggler {
	cursor: pointer;
}

.ce_accordionSingle.ce_accordion.ce_text {
    text-align: center;
}

.ce_accordionSingle.ce_accordion.ce_text .layout_latest {
    text-align: left;
}

.ce_accordionSingle .toggler, .ce_hyperlink, a.subscribe,#footer .newsletter a, a.linkbutton {
  text-align: center;
  color: #d74e38;
  text-transform: uppercase;
  padding: 2px 10px 3px 10px;
  border: 1px solid #f2c1af;
  display: inline-block;
  margin: 0 auto;
  margin-top: 0px;
  margin-left: auto;
  letter-spacing: 0.05em;
  font-size: 13px;
  letter-spacing: 0.05em !important;
  text-decoration: none;
}

a.linkbutton {
  margin-top: 35px;
}

.mod_newsreader .ce_accordionSingle .toggler {
  text-align: left;
  color: #1E2332;
  text-transform: none;
  padding: 0;
  border: none;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  margin-left: auto;
  letter-spacing: 0.05em;
  font-size: 18px;
  letter-spacing: 0.05em !important;
  text-decoration: none;
  background: url(svg/next.svg) no-repeat;
  padding-left: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}

.rsts-skin-default .rsts-next, .rsts-skin-default .rsts-thumbs-next {
  background-image: url(svg/next.svg) no-repeat !important;
}

.mod_newsreader .ce_accordionSingle.ce_accordion.ce_text {
    text-align: left;
}

.hyperlink_txt {
    text-decoration: none;
}

.ce_accordionSingle .toggler.active,.landing figcaption {
  display: none;
}

.mod_newsreader .ce_accordionSingle .toggler.active {
  display: block;
}

.caption {
    font-size: 12px;
}

.whoweare .caption {
    padding-left: 100px;
}

a#toTop {
  background: #333;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 26px;
  font-size: 0.625rem;
  height: 35px;
  text-align: center;
  width: 35px;
  cursor: pointer;
}

a#toTop:hover {
  background: #d74e38;
  color: #fff;
}

.ce_youtube,.ce_vimeo {
	position: relative;
	padding-bottom: 0;
	width: 100%;
	height: auto;
   }

   .ce_youtube iframe,.ce_vimeo iframe {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	width: 100% !important;
	height: 100% !important;
   }

/* REM - News */

.mod_newslist .layout_latest {
    background-color: #fff;
    padding: 0;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.mod_newslist .layout_latest.landing {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px;
}

.mod_newslist .layout_latest.landing p {
    margin-bottom: 3px;
}

.mod_newslist .layout_latest .info {
    color: #d74e38;
    line-height: 24px;
}

.mod_newslist .layout_latest.landing .info {
    color: #000;
    line-height: 24px;
    font-family: clone-rounded-latin, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding-top: 5px;
}

img
{
  display: block;
  vertical-align: bottom;
}

.shariff .orientation-horizontal li {
  margin: 0 5px 5px 0;
}

.shariff li .fab, .shariff li .far, .shariff li .fas {
    width: 100%;
    line-height: 30px;
}

/* REM - Events */

.mod_eventlist .layout_teaser {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 25px;
}


/* Form */


.widget-select,.widget-text {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
}

.row .ce_form input {
  width: 100%;
}

.ce_form h3 {
    margin-top: 18px;
    margin-bottom: 22px;
}

.widget-select select,.widget-text input,.widget-textarea textarea {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding: 10px;
	outline: 0;
	border: 1px solid #f2c1af;
	border-radius: 0px;
	background: #ffffff;
	color: #000;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.widget-select select::-ms-expand {
	display: none;
}

.widget-select select:hover,

.widget-select select:focus {
	color: #9AD7F6000;
	background: #cccccc;
}

.widget-select select:disabled {
	opacity: 0.5;
	pointer-events: none;
}

.mod_mailchimp_subscribe .formbody .widget:nth-last-child(2),.newsletter label {
  display: none;
}

.mod_mailchimp_subscribe {
  margin-top: 30px;
  margin-bottom: 50px;
}

.mod_mailchimp_subscribe h1 {
  margin-bottom: 30px;
}

.kform .widget-select select,.kform .widget-text input,.kform .widget-textarea textarea {
	background: lightgrey;
}

@media (min-width:980px) and (max-width:1200px)
{

  #mainmenu {
    width: 960px;
  }

  #nav-main {
      width: 100%;
      top: 10px;
      left: 20px;
  }

  div#wrapper {
      padding-left: 15px;
      padding-right: 15px;
      max-width: auto;
  }

  #footer .inside {
    width: 100%;
    padding-left: 15px;
  }

}

@media (min-width:768px) and (max-width:979px)
{

    div#wrapper {
        padding-left: 15px;
        padding-right: 15px;
      max-width: auto;
    }

    #mainmenu {
      width: 730px;
    }

    #nav-main {
        width: 100%;
        top: 10px;
        left: 0;
    }
    
    #nav-main li {
      list-style: none;
      display: inline-block;
      margin: 0;
      padding: 20px 10px;
      min-height: 40px;
    }

    #footer .inside {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
    }

    #footer {
      height: auto;
      padding-left: 15px;
      padding-right: 15px;
      max-width : inherit !important;
      width: 100vw;
    }

    #container {
      padding-bottom: 330px;
    }

}

@media (max-width:767px)
{

  #wrapper, #custom_bg, .headerinside {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 20px;
  }

  .layout_latest .right {
    padding-right: 30px;
    padding-left: 20px;
}

  .mod_sibling_navigation_news.block {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 20px;
}

.layout_full .white {
    padding-bottom: 60px;
}

  div#wrapper {
      padding-left: 25px;
      padding-right: 25px;
      max-width: auto;
  }

  .mm-menu_offcanvas {
    z-index: 10000;
  }

  #mainmenu {
    width: 100%;
  }

  #nav-main {
    display: none;
  }

  .toggle_menu {
    background-position: center center;
    background-image: url(svg/toggle_menu.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 34px;
    display: block;
    padding-top: 10px;
    position: fixed;
    top: 45px;
    right: 20px;
}

.mobile_menu {
    z-index: 1000000;
}

.mobile_menu .inner {
    background: #ffffff;
}

.mod_customnav li,.mod_navigation li {
  float: none;
  margin-right: 10px;
}

.mobile_menu ul.level_1 {
    margin-top: 20px;
}

.mobile_menu .level_2 li {
    padding-left: 20px;
}


#container {
  padding-bottom: 170px;
}

#footer #nav-main{
display: block;
}

#footer .inside {
    width: auto;
}

.mod_customnav, .mod_customnav *, .mod_navigation, .mod_navigation * {
    margin: 0 !important;
}

.mod_navigation li,.headerleftmobile {
    padding-left: 25px;
}

.headerleftmobile {
    padding-top: 50px;
}

.headerleftmobile a.subscribe {
    margin-bottom: 25px;
}

.whoweare .caption {
    padding-left: 0;
}

#footer .mod_customnav {
    padding-top: 0;
}

}

@media (max-width:480px)
{

.row {
    grid-template-columns: auto;
}


  div#wrapper {
      padding-left: 25px;
      padding-right: 25px;
      max-width : inherit !important;
      width: auto;
  }

  .landing div#wrapper {
      padding: 0 !important;
  }

  .light .mod_article {
    padding: 10px;
  }

  .mm-menu_offcanvas {
    z-index: 10000 !important;
  }

  #nav-main {
    display: none;
  }

  #mainmenu {
    width: auto;
  }

.klassenprojekt-badge {
  left: 0;
}

.toggle_menu {
    background-position: center center;
    background-image: url(svg/toggle_menu.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 34px;
    display: block;
    padding-top: 10px;
    position: absolute;
    top: 45px;
    right: 20px;
}

.mod_customnav li,.mod_navigation li {
	float: none;
	margin-right: 10px;
}

.whoweare .white {
    padding: 20px 10px;
}

#logo {
  padding-left: 10px;
}

.mobile_menu .inner {
    background: #ffffff;
}

#mobile-main {
    padding-top: 45px;
}

.headerleft {
  display: none;
}

.whoweare #main img,.whoweare .col-md-8 {
    padding: 0;
}

#custom_header {
    background-color: transparent;
    padding-bottom: 45px;
}

}
