/* montserrat-300 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/montserrat-v24-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/montserrat-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v24-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v24-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v24-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v24-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  /* montserrat-regular - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v24-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/montserrat-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v24-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  /* montserrat-700 - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v24-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/montserrat-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v24-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v24-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  /* montserrat-800 - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/montserrat-v24-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/montserrat-v24-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v24-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v24-latin-800.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v24-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v24-latin-800.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  /* montserrat-900 - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/montserrat-v24-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/montserrat-v24-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v24-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v24-latin-900.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v24-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v24-latin-900.svg#Montserrat') format('svg'); /* Legacy iOS */
  }

body{
    background-color: #fff;
    font-family: 'Montserrat';
}
/*
::selection {
    background: #ff0000; color: #fff; 
}
*/
.main{
    width: 100%;
    text-align: left;
}
.section{
    margin: 150px 0;
    position: relative;
}
.container{
    max-width: 1140px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.row{
    width: 100%;
    display: flex;
}
.column-50{
    width: 50%;
}
.background_01{
    background-image: url("../images/EureHebammen_Web_2sites_candussi.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% auto;
    padding: 0 50px;
}
.background_02{
    background-image: url("../images/EureHebammen_Web_2sites_passath.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% auto;
    padding: 0 50px;
}
.content{
    padding: 150px 0;
    display: block;
    border-radius: 400px;
}
p{
    color: #000;
    font-size: 20px;
}
a{
    box-shadow: none;
    text-decoration: none;
    color: #000;
    font-weight: 400;
}
.strong{
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (max-width: 1080px) {
    .column-50{
        width: 100%;
        margin-bottom: 20px;
    }
    .row{
        flex-direction: column;
    }
    .background_01{
        background-image: url(../images/EureHebammen_Web_2sites_candussi.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain !important;
        padding:0;
    }
    .background_02{
        background-image: url(../images/EureHebammen_Web_2sites_passath.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain !important;
        padding: 0 ;
    }
    .section {
        margin: 50px 0;
    }
}