body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/** WebFonts **/

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('/files/theme/fonts/roboto/roboto-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/files/theme/fonts/roboto/roboto-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('/files/theme/fonts/roboto/roboto-v18-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/files/theme/fonts/roboto/roboto-v18-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('/files/theme/fonts/roboto/roboto-v18-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/files/theme/fonts/roboto/roboto-v18-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Header Logo */
#header .inside {
text-align:center;
}

body {
  font-size: clamp(1.5rem, 2vw + 1rem, 2.25rem);
}
#logo {
  line-height: 0;
}

/* Navigation */
#nav-main ul {
  margin: 0;
  padding: 0;
}

#nav-main li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

#nav-main a,
#nav-main strong {
  display: block;
  text-decoration: none;
  font-size: 1.125em;
  color: #584e45;
  font-weight: 200;
  margin: 0 1em;
  line-height: 1.5;
}

#nav-main a.last,
#nav-main .active.last {
  margin-right: 0;
}

#nav-main a:hover,
#nav-main a:focus {
  color: #99add5;
}

#nav-main strong.active,
#nav-main .trail {
  color: #99add5;
}



.nav-toggle a {
  font-size: 1.5em;
  text-decoration:none;
}
.nav-toggle {
  margin-top: -20px;
  margin-bottom: 1em;
}
.mm-panels>.mm-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e8e6e0;
    color: #456fad;
}

#nav-main {
  display: none;
}

/* Boxen */
.box-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5px;
}

.box {
  width: 100%;
  min-width: 200px;
  text-align: center;
  margin-bottom: 1em;
}

.box h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 1.25em 0;
  padding: 0;
}
.box-left {
  background-color: rgba(142, 129, 100, 0.2);
  padding: 20px;
  color: #584e45;
    font-size: 1.125em;
}
.box-middle {
  background-color: #99add5;
  padding: 20px;
  color: #584e45;
  font-size: 1.125em;

}
.box-right {
  background-color: rgba(142, 129, 100, 0.2);
  padding: 20px;
  color: #584e45;
  font-size: 1.125em;
}

/** boxen footer **/

.footerbox-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5px;
}

.footerbox {
  width: 100%;
  min-width: 200px;
  text-align: center;
}

.footerbox h2 {
  font-size: 3.5em;
  font-weight: 700;
  margin: 0 0 1.25em 0;
  padding: 0;
}
.footerbox-left {
  padding: 20px;
}
.footerbox-middle {
  padding: 20px;
}
.footerbox-right {
  padding: 20px;
}

/** teamboxen **/
.teambox-wrapper {
  display: flex;
  flex-wrap: wrap;

}
.teambox {
  width: 33%;
  min-width: 280px;
  text-align: center;
  padding: 2%;
  margin-bottom: 1em;

}
.teambox h2 {
  font-size: 3.5em;
  font-weight: 700;
  margin: 0 0 1.25em 0;
  padding: 0;
}
.teambox-left  {
  padding: 20px;
  background-color: #ebe6db;

  /** border-top: 1px solid #C1B8AF;**/
}
.teambox-middle {
  background-color: #ebe6db;
  /**border-bottom: 1px solid #456fad;
  border-top: 1px solid #456fad;**/
  padding: 20px;
}


/** fontawesone **/
.box h2::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75em;
  background: #456fad;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
}

.box-left h2::before {
  content: "\f017";
}

.box-middle h2::before {
  content: "\f274";
}

.box-right h2::before {
  content: "\f095";
}
/** rocksolid-slider **/
/* RS Slider */
#main .rsts-skin-light .rsts-view {
  border: none;
  background-color: inherit;
  border-radius: none;
}

#main .mod_rocksolid_slider img {
  width: 100%;
  position: relative;
  /**margin-top: 3%;**/
}

#main .mod_rocksolid_slider .slider-text {
  position: absolute;
  bottom: 5vh;
  right: 5vw;
  color: #fff;
  background-color: rgba(245, 155, 21, 0.5);
  z-index: 200;
  line-height: 1.3;
  text-align: center;
  padding: 8px;
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
-moz-animation: fadeIn 5s;
-o-animation: fadeIn 5s;
-ms-animation: fadeIn 5s;
animation-delay: .25s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

#main .mod_rocksolid_slider .slider-text strong {
  font-size: 22px;
  text-transform: none;
}

#main .mod_rocksolid_slider .slider-text p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  -webkit-font-smoothing: antialiased !important;
}

/** Footer **/
#footer {
	margin-top: 40px;
	border-top: 1px solid #8e8064;
}

#footer h5 {
	color: #fff;
  Background-color: #456fad;
  padding-left: 5px;
	margin-top: 0;
  margin-bottom: 0.25em;
}

#footer a,
#footer a:visited {
	color: #8e8064;
	text-decoration: underline;
}

#footer a:hover {
	color: #f49a15;
}

.footer-copyright {
	margin-top: 40px;
	/** border-top: 1px solid #ccc; **/
	font-size: 0.75em;
	padding: 10px 0;
  text-align:center;
}


/** Grundstruktur **/
html {
  overflow-y: scroll;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  border-top: 1px solid #f49a15;
  border-bottom: 1px solid #f49a15;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #292c37;
}

#main .inside {

    margin-top: 1%;
}
/** 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-family: nocturne-serif, serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
}

h1 {
  font-size: 2.375em;
  line-height: 1.26315789em;
  margin-top: 0.63157895em;
  margin-bottom: 1.2631579em;
  color: #456fad;
}

h2 {
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.71428571em;
  margin-top: 0.85714286em;
  margin-bottom: 0.85714286em;
  color: #456fad;
}
h3 {
  font-size: 1em;
  line-height: 1.14285714em;
  margin-top: 1.14285714em;
  margin-bottom: 0em;
  color: #456fad;
}
h4,
h5,
h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0em;
  color: #456fad;
}
/* sonstige Abstände und Elemente */
p, ul, ol, pre, table, blockquote {
  margin-top: 0em;
  margin-bottom: 1.5em;
}
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;
}

hr {
  border: 1px solid #292c37;
  margin: -1px 0;
}

/* Links */
a,
a:visited {
	color: #456fad;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #f49a15;
  outline: 0;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/** Layout **/
#wrapper {
  width: 100%;
  max-width: 960px;
  margin: 50px auto 0 auto;
  padding: 0 2%;
}
.team-background{
  background-color: rgba(142, 129, 100, 0.2);
  border-top: 1px solid #f49a15;
  border-bottom: 1px solid #f49a15;
  margin-bottom: 2%;


  padding-right: 15%;
  color: #456fad;
  min-height: 248px;
}

/* Viewport min 768px */
@media screen and (min-width: 768px) {
#header .inside {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  }
  #main .inside {
    padding: 2em 0 0 0;
  }

  #main .rsts-skin-light .rsts-view {
    border: none;
    background-color: inherit;
    border-radius: none;
  }

  #main .mod_rocksolid_slider img {
    width: 100%;
    position: relative;
    /**margin-top: 3%;**/
  }

  #main .mod_rocksolid_slider .slider-text {
    position: absolute;
    bottom: 5vh;
    right: 5vw;
    color: #fff;
    background-color: rgba(245, 155, 21, 0.5);
    z-index: 200;
    line-height: 1.3;
    text-align: center;
    padding: 8px;
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
  animation-delay: .25s;
  }

  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  @-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  @-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  @-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

  #main .mod_rocksolid_slider .slider-text strong {
    font-size: 32px;
    text-transform: none;
  }

  #main .mod_rocksolid_slider .slider-text p {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    -webkit-font-smoothing: antialiased !important;
  }
  .box {
    width: 33%;
    text-align: left;
    margin: 0;
  }
  .ce_text block {
    width: 100%;
  }
  /** Leistungen Home **/

  .leistungen {
  padding-left: 120px;
  padding-right: 120px;
  }
  .teambox {
    width: 50%;
    min-width: 280px;
    min-height: 280px
    padding: 2%;
    margin-bottom: 1em;
    border-top: 1px solid #f49a15;
    border-bottom: 1px solid #f49a15;
  }
  #footer h5 {
    margin-bottom: 0.5em;

  }
  .footer-copyright {
    text-align: left;
  }
  .footerbox {
    width: 33%;
    min-width: 200px;
  }
  .nav-toggle {
    display: none;
  }
  /* Navigation */
  #nav-main {
    display: block;
  }
  #nav-main ul {
    margin: 0;
    padding: 0;
  }

  #nav-main li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
  }

  #nav-main a,
  #nav-main strong {
    display: block;
    text-decoration: none;
    font-size: 1.125em;
    color: #584e45;
    font-weight: 200;
    margin: 0 1em;
    line-height: 1.5;
  }

  #nav-main a.last,
  #nav-main .active.last {
    margin-right: 0;
  }

  #nav-main a:hover,
  #nav-main a:focus {
    color: #99add5;
  }

  #nav-main strong.active,
  #nav-main .trail {
  	color: #99add5;
  }



/* Viewport min 960px */
@media screen and (min-width: 960px){
  #wrapper {
    width: 100%;
    max-width: 960px;
    margin: 50px auto 0 auto;
    padding: 0;
  }
}
