<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/michroma-v8-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Michroma'),
         url('fonts/michroma-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/michroma-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/michroma-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/michroma-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/michroma-v8-latin-regular.svg#Michroma') format('svg'); /* Legacy iOS */
  }

  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
         url('fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('.fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }

/*--------------------
Allgemein
--------------------*/

body {
	margin: 0px;
	font-family: 'Michroma', sans-serif;
	color: #474747;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 200;
	font-family: 'Michroma', sans-serif;
	color: #474747;
}

p {
	font-family: 'Michroma', sans-serif;
	font-size: 1em;
	font-weight: 300;
	line-height: 24px;
	color: #474747;
}

a:hover, a:focus, a:active, a.active {
    color: #ffdd00;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

::selection {
    text-shadow: none;
    background: #ffdd00;
}

@media (min-width: 769px) {
	section {
	    padding: 150px 0;
	}
}

section {
	padding: 35px 0 60px;
}

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}

/*--------------------
Navigation
--------------------*/

.navbar-default {
    position: fixed;
	z-index: 1000;
	margin-left: auto;
    margin-right: auto;
	padding: 10px;
	background-color: #dcdcdc;
	border-color: transparent
}
.navbar-default .navbar-brand {
	color: #fff;
    padding: 5px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #ffdd00;
	float: left;
}
.navbar-default .navbar-collapse {
	border-color: #fed136;
}
.navbar-default .navbar-toggle {
    background-color: #fed136;
    background-image: url(../images/icons8-menu-480.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    width: 10px;
    border-color: #fed136;

}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #FFDD00
    
}
.navbar-default .nav li a {
    font-family: 'Michroma', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #474747;
    border-bottom: 1px solid;
    border-color: #000;
    margin: 10px 15px;
    padding: 0 0 2px 0;
	z-index: 2;
}

.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	border-color: #fed136;
	outline: 0
}

.navbar-default .navbar-nav&gt;.active&gt;a {
	border-radius: 0;
	color: #fff;
	background-color: #FFDD00
}
.navbar-default .navbar-nav&gt;.active&gt;a:hover,.navbar-default .navbar-nav&gt;.active&gt;a:focus {
	color: #fff;
	background-color: #FFDD00
}

@media (min-width:768px) {
	.navbar-default
	{
	background-color: #DCDCDC;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
    padding-bottom: 0px;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
	border: 0;
	float: left;
	left: auto;
	right: auto;
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s
        
	}
	.navbar-default .navbar-nav&gt;.active&gt;a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		background-color: #222;
		padding: 10px 0
	}
    .navbar-nav&gt;li&gt;a {
        padding-top: 15px;
        padding-bottom: 4px;
    }
}

/*--------------------
Abschnitte
--------------------*/

.section-title {
	padding-bottom: 30px;
	padding-top: 20px;
	margin-top: 30px;
}

.section-title h2 {
	font-size: 40px;
	text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
}

.section-title p {
	font-size: 1.2em;
	font-weight: 300;
	line-height: 33px;
	margin: 15px;
}

.mz-module .section-title {
    padding: 40px 0;
}

/*--------------------
Ãœber uns
--------------------*/

.mz-about-container {
	padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.mz-module-about {
	padding: 20px;
}

.mz-about-default {
    background-color: #252525;
}

.mz-about-dark {
    background-color: #2B2B2B;
}

.mz-module-about h3 {
font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 2px;
    margin-bottom: 30px;
    }

.mz-module-about p {
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
    color: #9C9C9C;
}

.ot-circle {
	text-align: center;
	color: #E8E8E8;
	margin: 40px 0;
	font-size: 37px;
}

/*--------------------
Portfolio
--------------------*/

figure {
	position: relative;
    overflow: hidden;
    margin: 0 1px 1px 0;
    background: #FED136;
    text-align: center;
    cursor: pointer;	
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

.ot-portfolio-item figure figcaption &gt; a {
    z-index: 900;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption &gt; a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
	background: #000;
	margin-bottom: 1px;
}

figure.effect-bubba img {
	opacity: 0.8;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fed136;
	border-bottom: 1px solid #fed136;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fed136;
	border-left: 1px solid #fed136;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
    color: rgb(31, 28, 28);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

.h2back {
    background-color:#fed136;
    padding:.5em;
}
figure.effect-bubba p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*--------------------
Hintergrund farbig
--------------------*/

.farb-bg {
    background: #f1f1f1;
}

/*--------------------
Team
--------------------*/

.team-item {
	text-align: center;
	background-color: #dcdcdc;
    height: 530px;
	margin-bottom: 20px;
}

.team-item h3 {
font-size: 25px;
    font-weight: 300;
    margin: 30px 0 20px;
    text-transform: uppercase;
}

.team-item .team-position {
color: #565656;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.team-item p {
	font-size: 13px;
	font-weight: 500;
	color: #848484;
	padding: 18px 30px 35px 30px;
	line-height: 24px;
}

@media only screen
and (min-width : 320px)
and (max-width : 769px) {
    .team-item {
        height: auto;
        margin-bottom: 10px;
    }
}

/*--------------------
Footer
--------------------*/

footer {
    padding: 10px;
    background-color: #FED136;    
}

footer p {
    color: #2D2D2D;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px;
}

footer p a {
    color: rgb(44, 26, 59);
}

footer a:hover {
    color: #2D2D2D;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}

/*--------------------
Modelle
--------------------*/

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {    
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #2D2D2D;
    margin: 25px 20px;
}

.modal-works span {
	background-color: #fed136;
    margin-right: 15px;
    padding: 5px 10px;
}

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #ffdd00;
    border-color: #f6bf01;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
    color: #fff;
    background-color: #ffdd00;
    border-color: #ffdd00;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-xl {
    color: #fff;
     background-color: #FED136;
    border-color: #FED136;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

/*--------------------
Back to top button
---------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}
#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 20px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 10px;
    color: #FFFFFF;
    background: #A9A9B1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    background: #fed136;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
}
#back-top a {
    width: 40px;
    height: 40px;
}
#back-top i {
    margin-top: 7px;
    font-size: 20px;
}
}

/*--------------------
Slidershow
--------------------*/
* {box-sizing:border-box}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #fec503;
  font-weight: bold;
  font-size: 35px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  text-decoration: none;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .mySlides h4{
    padding-left:1em;  
  }
  
/*   .mySlides p{
    padding-left:1em;  
    background-color: #bbb;
  } */

  .active, .dot:hover {
    background-color: #717171;
  }

  @media only screen
  and (min-width : 320px)
  and (max-width : 480px) {
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 20%;
        width: auto;
       
        padding: 16px;
        color: #fec503;
        font-weight: bold;
        font-size: 35px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        text-decoration: none;
      }
  }

/*--------------------
Sonstiges
--------------------*/

.clearing { 
    clear: both; 
    border: none;
    padding-bottom: 1em;
}

/*--------------------
Datenschutz
--------------------*/

.impressum {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
}

.impressum p {
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif;
}

.impressum h1 {
    font-family: 'Michroma', sans-serif;
    font-size: 1.9em;
    text-align: center;
    padding-bottom: 1em;
}

.impressum h2 {
    font-size: 1.5em;
    font-family: 'Roboto', sans-serif;

    
}


.impressum h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    line-height: 2;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
    .impressum h1 {
        font-family: 'Michroma', sans-serif;
        font-size: 1.4em;
        text-align: center;
        padding-bottom: 1em;
    }
}

</pre></body></html>