@font-face {
    font-family: 'Sansation';
    src: url(../font/Sansation_Regular.ttf);
}

@font-face {
    font-family: 'Sansation_Bold';
    src: url(../font/Sansation_Bold.ttf);
}

body{
    font-family: Open Sans, sans-serif;
    color: white;
	font-size: 18px;
    letter-spacing: 0.1px;
    background-image: url('../img/bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-color: #22366b;
}

p, h4, #fon, #mail {
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.3);
}

#work p, ul {
    line-height: 1.5;
}

#work {
    background-color: #f6c100;
    margin-bottom: 50px;
    margin-top: -5px;
}

.work-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: black;
    padding: 30px 40px;
    align-items: center;
    border-bottom: 2px dotted #375385;
}

.work-desc {
    max-width: 360px;
}

.work-desc p {
    text-shadow: none;
}

/*#carbon{
    overflow: hidden;
    position: absolute;
    margin: 0 auto;
    width: 100%;
}*/


#carbon{
    position: absolute;
    top: 100px;
    max-width: 1115px;
    min-width: 1px;
    margin: 0 auto;
    left:0;
    right:0;
    overflow: hidden;
}

#header {
    border-bottom: 1px solid black;
    box-shadow: 0px 3px 0px #52618c;
}

#footer {
    border-top: 2px solid #8c919b;
    box-shadow: 0px -5px #323741

}

p.footer {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0px 30px 0px;
    color: #d6d9dd;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
    letter-spacing: 0.8px;
    line-height: 2;
}

#logo {
    z-index: 2;
    position: relative; /* z-index!*/
    padding: 8px;
}

.mid {
    width: 940px;
    margin: 0 auto;
}

#content {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 30px;
    /*box-shadow: 
        -100px 0 150px -5px rgba(0,0,0,0.25),
         100px 0 150px -5px rgba(0,0,0,0.25);*/
}

.partnercontainer {
    display: flex;
    margin-top: 15px;
}

.partner {
    width: 50%;
}

.spacer {
    width: 10%;
}

.foto {
    width: 180px;
    margin-right: 20px;
    border: 4px solid #f6c100;
    border-radius: 4px;
}

#contacttext li{
    margin-bottom: 2px;
}

#fon, #mail {
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: .75px;
}

#fon:before{
    content: url("../img/fon.png");
    padding-right: 10px;
    vertical-align: -13px;
}

#mail:before{
    content: url("../img/mail.png");
    padding-right: 7px;
    vertical-align: -10px;
}

.noisebox{
    background-color: #4a4c54;
    background-image:url('../img/noise.jpg');
}

#blenderheader {
    height: 52px;
    position:absolute;
    top: 45px;
    width:1280px;
    left:50%;
    margin-left:-620px;
}

#blenderfooter {
    height: 44px;
    position:absolute;
    width:967px;
    left:50%;
    margin-left:-483px;
}

.email:active{
    transform: scale(0.5);
}

/*Falls kein Linkstyling sein soll dann hier.map {
}*/

.fotorama__thumb-border {
  border: 2px solid #f6c100 !important;
}

.fotorama__nav__frame--thumb {
    filter: brightness(65%) saturate(25%);
}

.fotorama__active{
    filter: brightness(100%);
    transition: 0.35s;
}

.fotorama__caption__wrap {
    /*26px*/
    font-size: 0px;
    font-family: 'Sansation', sans-serif;
    letter-spacing: 0.65px;
    background: rgba(0,0,0,.8);
    /**/
    background: rgba(0,0,0,0);
    color: white;
}

p{
    margin-top: 10px;
}

li {
    margin-bottom: 10px;
}

.text {
    max-width: 860px;
    line-height: 1.5;
}

h2, h3{
    font-family: sans-serif;
}

h2:before {
    content: url('../img/cutter.png');
    margin: 0 10px 0px 5px;
    vertical-align: -3px;
}

h2 {
    font-family: Open Sans, sans-serif;
    padding: 10px 0px 7px 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #181818;
    background-color: #f6c100;
    margin-top: 40px;
    font-size: 25px;
    font-weight: 600;
}

h3{
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    font-size: 23px;
}

h4{
    font-family:  Arial, sans-serif;
    font-weight: 700;
    margin-top: 20px;
}

hr {
    margin-top: 0px;
    border: 1px dashed #f6c100;
    color: white;
}

a{
    text-decoration: none;
    color: white;
    transition: .15s;
}

strong {
    font-weight: 800;
}

a:hover{
    color: #f6c100;
    transition: 0.2s;
}

::selection {
    background: #f7c200;
    color: white;
}

/* Smartphones */
@media only screen
and (min-device-width : 1px) 
and (max-device-width : 1080px) {
    .deco {
        display: none;
    }
}