@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

p, blockquote {
    font-size: .9em;
    line-height: 1.6em;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.div {
    text-align: center;
    padding: .8em 1.2em;
}

.logo-top {
    width: 120px;
}
.fig_swap{
    position: relative;	
    margin:  0 auto;
    max-width: 120px;
}
.logo-back {
    position: relative;
}
.logo-front{
    z-index: 10;
    position: absolute;
    opacity: 0;
    transition-duration: 0.5s;
    top: 0;
    left:0;
}
.logo-front:hover {
    opacity: 1;
}
.hide-mobile {
    display: none;
}
.remove-on-mobile{
    display: none;
}
header {
    display: flex;
    justify-content: space-between; 
}
.menu{
    position: absolute;
    z-index: 5;
    right: 5%;
    top: 5%;
}
.inner-div header nav ul{
    position: fixed;
    width: 60%;
    top: 0;
    right: 0;
    text-align: left;
    background: rgb(36,41,44);
    height: 100%;
    z-index: 15;
    padding-top: 3em;
}
.text-menu{
    font-size: 0.6em;
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 1em 2em;
    background-color: rgb(49, 55, 59);
}
.text-menu:hover{
    background-color: rgb(65, 73, 78);
}
.exit-btn {
    margin-bottom: 1em;
    margin-top: -1.3em;
    text-align: right;
    padding: 0 1.4em;
    background-color: rgb(49, 55, 59);
}
.exit-btn:hover{
    background-color: rgb(65, 73, 78);
}
.exit-btn img {
    width: 15px;
    cursor: pointer;
}
.stretchy-wrapper {
	width: 100%;
	padding-bottom: 22em; /*fixed hieght*/ 
	position: relative;
    background: rgb(197, 197, 197);
    background-image: url(../images/bread_side.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-blend-mode: multiply;
}
.inner-div {
    padding: .7em 1em;
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	font-size: 24px;
	text-align: center;
}
.title {
    padding: 0px;
    font-size: 0.9em;
    line-height: 120%;
    font-weight: bold;
    color: white;
}
.subtitle {
    padding: 0px;
    font-size: 0.6em;
    color: white;
}
.subhead{
    font-size: 1.4em;
    color: #df0c44;
}
.div-red{
    background-color: #df0c44;
}
.div-sub div{
    padding-left: 10%;
    width: 80%;
}
.div-gray{
    background-color: #f5f5f5;
}
.div-gray div{
    padding-left: 5%;
    width:90%;
}
.div-gray div ul{
    text-align: left;
    display: flex;
    justify-content: space-around;
    flex-flow: row;
    flex-wrap: wrap;
}
.breadlistitem{
    max-width: 25em;
    min-width: 20em;
}
.hreflank{
    text-decoration: none;
    color: #df0c44;
}
.cta-mail{
    display: inline-block;
    background: #3a3432;
    color: #fff;
    border-radius: 25px;
    padding: 0.9em 2em;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 600;
    margin-top: 2em;
    margin-bottom: 6em;
}
.cta-mail:hover{
    background-color: #554c49;
}
.bilds{
    display: block;
    max-width:100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.bildf{
    display: none;
    padding: 0;
    margin: 0;
    border: 0;
}
.div-black{
    background-color: black;
}
.follow-text{
    font-size: 1em;
    color: white;
}
.footer-head{
    font-size: 1em;
    color: white;
}
.href-follow{
    font-size: 1em;
    color: white;
    text-decoration-color: #e98ea6;
}
.href-follow:hover{
    text-decoration-color: white;
}
.cta-mail-bottom{
    display: inline-block;
    background: #3a3432;
    color: white;
    border-radius: 25px;
    padding: 0.9em 2em;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 600;
    margin-top: 2em;
    margin-bottom: 2em;
}
.cta-mail-bottom:hover{
    background-color: #554c49;
}
@media only screen and (min-width: 440px)  {
    .title {
        font-size: 1.1em;
    }
    .subtitle {
        font-size: 0.8em;
    }
    .logo-top {
        width: 150px;
    }
    .fig_swap { 
        max-width: 150px;
    }

      
}
@media only screen and (min-width: 650px)  {
    .show-desktop{
        display: contents;
    }
    .hide-desktop{
        display: none;
    }
    .remove-on-mobile{
        display: block;
    }
    .stretchy-wrapper {
      padding-bottom: 35%;
    }
    .title {
        font-size: 1.5em;
    }
    .subtitle {
        font-size: 1em;
    }
    .logo-top {
        width: 150px;
    }
    .fig_swap { 
        max-width: 150px;
    }
    .inner-div header nav ul{
        position: absolute;
        display: grid;
        grid-template-columns: 1fr 1fr 0.7fr 0.7fr 1fr 1fr;
        width: 90%;
        top: 0;
        right: 0;
        text-align: center;
        background: none;
        height: 100%;
        z-index: 9;
        padding-top: 75px;
        padding-right: 5%;
        visibility: hidden;

    }
    nav ul li{
        float: left;
    }
    .text-menu{
        font-size: 0.8em;
        font-weight: 700;
        color: white;
        text-decoration: none;
        display: block;
        width: 100%;
        padding-left: 0em;
        padding-right: 0em;
        background: none;
        visibility: visible;
        transition: 0.5s;
    }
    .remove-on-mobile{
        visibility: hidden;
    }
    .text-menu:hover{
        background: none;
        color: #df0c44;
    }
      
}
@media only screen and (min-width: 900px)  {
    .title {
        font-size: 2em;
    }
    .subtitle {
        font-size: 1.5em;
    }
    .logo-top {
        width: 200px;
    }
    .fig_swap { 
        max-width: 200px;
    }
    .inner-div header nav ul{
        padding-top: 100px;
    }
    .text-menu{
        font-size: 1.1em;
    }
      
}
@media only screen and (min-width: 1300px)  {
    .title {
        font-size: 3em;
    }
    .subtitle {
        font-size: 2em;
    }
    .logo-top {
        width: 300px;
    }
    .fig_swap { 
        max-width: 300px;
    }
    .inner-div header nav ul{
        padding-top: 150px;
    }
      
}