* {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

body {
    font-size: 16px;
    overflow-x: hidden;
}

html,
body {
    height: 100%;
}

@font-face {
    font-family: 'Helvetica-Neue-Light';
    src: url('../fonts/Helvetica-Neue-Light_22503.eot');
    src: local('â˜º'), url('../fonts/Helvetica-Neue-Light_22503.woff') format('woff'), url('../fonts/Helvetica-Neue-Light_22503.ttf') format('truetype'), url('../fonts/Helvetica-Neue-Light_22503.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Condensed';
    src: url('../fonts/Roboto-Condensed.eot');
    src: local('â˜º'), url('../fonts/Roboto-Condensed.woff') format('woff'), url('../fonts/Roboto-Condensed.ttf') format('truetype'), url('../fonts/Roboto-Condensed.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.eot');
    src: local('â˜º'), url('../fonts/Impact.woff') format('woff'), url('../fonts/Impact.ttf') format('truetype'), url('../fonts/Impact.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: local('â˜º'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'myriad-web-pro';
    src: url('../fonts/myriad-web-pro.eot');
    src: local('â˜º'), url('../fonts/myriad-web-pro.woff') format('woff'), url('../fonts/myriad-web-pro.ttf') format('truetype'), url('../fonts/myriad-web-pro.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/helvetica-neue-bold0.eot');
    src: url('../fonts/helvetica-neue-bold0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helvetica-neue-bold0.woff2') format('woff2'),
        url('../fonts/helvetica-neue-bold0.woff') format('woff'),
        url('../fonts/helvetica-neue-bold0.ttf') format('truetype'),
        url('../fonts/helvetica-neue-bold0.svg#Helvetica Neue') format('svg');
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-It';
    src: url('../fonts/MyriadPro-It.eot');
    src: url('../fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-It.woff') format('woff'),
        url('../fonts/MyriadPro-It.ttf') format('truetype'),
        url('../fonts/MyriadPro-It.svg#MyriadPro-It') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Bold.woff') format('woff'),
        url('../fonts/MyriadPro-Bold.ttf') format('truetype'),
        url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue.eot');
    src: url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeue.woff') format('woff'),
        url('../fonts/BebasNeue.ttf') format('truetype'),
        url('../fonts/BebasNeue.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}



h4 {
    font-size: 38px;
}

p {
    font-family: 'Helvetica-Neue-Light';
}

section {
    float: left;
    width: 100%;
    position: relative;
}

.img-responsive {
    width: 100%;
}

.p-left-right {
    padding-right: 0;
    padding-left: 0;
}

/* HERE STARTS THE MAGIC */

/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    /*width: 100%;*/
    background: #061a70;
    ;
    box-shadow: 0 0px 9px #c6c6c6;
}

.top-contact {
    background: rgba(6, 26, 112, 0.8);
    padding: 22px 0;
    position: absolute;
    width: 100%;
}

.top-contact .row>div a {
    color: #fff;
    font-size: 14px;
    margin: 0 1px;
    transition: .2s;
}

.top-contact .row>div a:hover {
    color: #f7e415;
    transition: .2s;
}

.top-contact .row>div>a>i {
    margin: 0 5px 0 0;
    font-size: 20px;
    color: #fff;
}

.top-contact .row>div {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

.social-link {
    text-align: center;
}

.social-link a:first-child {
    margin: 0;
    float: left;
}

.add-map {
    border-right: 1px solid #fff;
}

.add-map i,
.add-map2 i {
    margin: 0 10px;
}

.add-map i.fa-mobile {
    font-size: 20px;
}

.add-map2 {
    padding-left: 15px;
}

#home {
    z-index: 9;
}

header {
    text-align: center;
    color: #fff;
    position: relative;
    width: 100%;
    z-index: 1;
}

/* HERE ENDS THE MAGIC */

.remove-pad {
    padding-left: 0;
    padding-right: 0;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

.navbar-expand-lg .navbar-nav.side-nav {
    flex-direction: column;
}

.card {
    margin-bottom: 15px;
    border-radius: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.header-top {
    /*box-shadow: 0 3px 5px rgba(0,0,0,.1)*/
}

.cust-nav {
    padding-left: 0;
    padding-right: 0;
}

.leftmenutrigger {
    display: none
}

#wrapper {
    padding: 0;
}

#wrapper {
    background: none;
    position: relative;
    top: 0;
    bottom: auto;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    z-index: 99;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    /*left: 50%;*/
}

.navbar-nav.side-nav.open {
    left: 0;
}

.navbar-nav.side-nav {
    background: #585f66;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, .1);
    position: fixed;
    top: 56px;
    flex-direction: column !important;
    left: -220px;
    width: 200px;
    overflow-y: auto;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px
}



.navbar-dark .navbar-brand img {
    color: #fff;
    padding: 20px 0 0 50px !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar-nav li.dropdown .dropdown-menu a {
    border-right: navajowhite;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border-radius: 0;
    border: none;
    padding: 0;
}

.top-nav-fix {
    top: 0 !important;
    background: #000;
    box-shadow: 1px 1px 8px #000;
}

.cust-nav a img {
    width: 170px;
}

.cust-nav.fixed-top {
    top: 40px;
    background: #091a27;
}

.search-box-bar {
    margin: 5px 0 0 10px;
}

.search-box-bar input {
    background: #727272;
    border: none;
    padding: 1px 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 24px;
}

input::placeholder {
    color: #fff !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: #fff;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: #fff;
}

::-ms-input-placeholder {
    /* Microsoft Edge */

    color: #fff;
}

.cust-nav ul.navbar-nav a {
    /* border-right: 1px solid #f59521;*/
}

.cust-nav ul.navbar-nav li:last-child a {
    border-right: none;
}

.cust-nav a img {
    width: 150px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    text-transform: capitalize;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fdd224;

}

.nav-link.active {
    color: #fdd224 !important;
    border-bottom: 2px solid #fdd224;
}

#navbarText ul li a.nav-link.active2 {
    color: #fdd224;
    border-bottom: 2px solid #fdd224;
}


.navbar-dark .navbar-nav .nav-item {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    margin: 0 22px;
}

.navbar-nav li::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #fdd224;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar-nav li:hover::before,
.navbar-nav li:focus::before,
.navbar-nav li:active::before {
    left: 0;
    right: 0;
}

.navbar-nav li:nth-child(7)::before {
    background: none;
}

.navbar-nav li:nth-child(7):hover::before,
.navbar-nav li:nth-child(7):focus::before,
.navbar-nav li:nth-child(7):active::before {
    background: none;
}


.navigation-main {
    float: left;
    width: 100%;
    background: #061a70;
    padding: 10px 0;
    position: absolute;
    border-top: 1px solid #041357;
    bottom: 0;
    z-index: 10;
}

.navbar-nav {
    display: block;
    width: 100%;
}

.banner {
    width: 100%;
    position: relative;
    background: url("../images/banner.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
}

.banner.date-bg,
.banner.news-main {
    width: 100%;
    position: relative;
    background: url("../images/news-banner.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
}


.logo-maloney {
    position: absolute;
    right: 13px;
    top: 9px;
}

.logo-maloney img {
    width: 140px;
}

.is-sticky .logo-maloney img {
    width: 100px;
    -webkit-transition-property: width;
    /* Safari */
    -webkit-transition-duration: 1s;
    /* Safari */
    transition-property: width;
    transition-duration: 1s;
}

.banner-logo {
    position: relative;
    margin: 70px 0 0;
    width: 100%;
    float: left;
    padding-top: 20px;
}

.banner-over-main {
    float: left;
    width: 100%;
}

.banner-overlay-text {
    position: relative;
    z-index: 10;
    width: 80%;
    background: rgba(0, 0, 0, 0.7);
    margin: auto;
    font-size: 60px;
    font-weight: bold;
    padding: 30px 0;
}

.thiryers {
    color: #f7e415
}

.banner-overlay-text .jahrek {
    width: 52%;
    height: auto;
    display: inline-block;
    margin-top: 24px;
}

.banner-overlay-text div {
    font-size: 40px;
    line-height: normal;
}

.banner::before {
    background: rgba(177, 189, 232, 0.6);
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}


/*========= tom sect ==============*/

.p-left-right>.row {
    margin-right: 0;
    margin-left: 0;
}

.p-left-right>.row div:first-child {
    padding-left: 0;
    padding-right: 0;
}

.img-sec img {
    width: 100%;
}

.tom-desp h1 {
    border-bottom: 2px solid #000;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.tom-desp img {
    outline: 1px solid #fff;
    outline-offset: -20px;
    box-shadow: 20px 20px 0 #e7e7e7;
    width: 70%;
}

.top-desp {
    padding: 10% 0 0;
}

.tom-desp p {
    padding: 0% 22% 0 0px;
    font-size: 16px;
    line-height: 30px;
}

#uber-uns {
    margin: 80px 0;
}

.uber-img-left img {
    width: 85%;
    box-shadow: 20px 20px 0 #e7e7e7;
    outline: 1px solid #fff;
    outline-offset: -25px;
    display: inline-block;
}

.uber-right {
    text-align: right;
}

.uber-para h1 {
    border-bottom: 2px solid #000;
    display: inline-block;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.uber-para p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.hr-line {
    width: 100px;
    height: 1px;
    background: #fff;
    margin: 0 0 20px;
    padding: 0;
    display: none !important;
}

section#sana-hassan {
    margin: 80px 0;
}

.sana-hassan-img {
    border: 5px solid #dddcdc;
}

.sana-hassan-img img {
    width: 100%;
    outline: 1px solid #fff;
    outline-offset: -13px;
}

.sana-bg {
    background: url("../images/scating-bg.jpg") center top no-repeat;
    height: 460px;
    background-size: cover;
    background-attachment: fixed;
    float: right;
}

.sana-bg:before {
    content: "";
    background: rgba(14, 14, 14, 0.69);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

#sana-hassan .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.sana-hassan-img {
    border: 5px solid #dddcdc;
    position: absolute;
    left: 0;
    top: -53px;
    margin-left: -80px;
}

.sanaimg-desp {
    padding: 60px;
}

.sanaimg-desp h2 {
    color: #fff;
    font-size: 30px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sanaimg-desp p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.sana-bg.michael {
    float: left;
}

.sana-hassan-img.michael-img {
    margin-left: 0;
    margin-right: -80px;
}

.sana-bg.michael {
    background: url("../images/scating-bg2.jpg") center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#erfahrung .container .row>div {
    display: flex;
}

.enf-block {
    border: 1px solid #fff;
    text-align: center;
    padding: 20px;
    color: #fff;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.enf-block p {

    font-size: 16px;
    line-height: 30px;

}

.enf-block h4 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
    margin: 20px 0;
}

.enf-block hr {
    width: 100px;
    margin: 20px auto 20px auto;
    height: 1px;
    background: #fff;
    display: none !important;
}


#erfahrung {
    margin: 80px 0;
    background: url("../images/block-bg.jpg") left top no-repeat;
    padding: 80px 0;
    height: auto;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.erf-block-main:before {
    content: "";
    background: rgba(0, 0, 0, 0.76);
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}

.enf-block:hover {
    background: #042858;
    cursor: pointer;
}



/*.scout-ply{
   -webkit-clip-path: polygon(0 0, 100% 0, 61% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 61% 100%, 0% 100%);
}

.scout-ply2{
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 41% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 41% 100%);
}
*/
.player-img {
    position: absolute;
    left: -270px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 10px solid #fff;
    box-shadow: 0 0 13px #868686;
    z-index: 2;
}


.player-img img {
    width: 103%;
    height: auto;
}



.scout-ply-desp {
    padding: 14%;
}

.scout-ply-desp2 {
    padding: 11% 20%;
}

#scout .scout-ply-desp h4 {
    font-size: 35px;
    border-bottom: 2px solid #000;
    display: inline-block;
    width: auto;
    padding-bottom: 10px;
    font-weight: bold;
}

.scout-ply-desp h4,
.scout-ply-desp p {
    z-index: 1;
    position: relative;
    float: left;
    width: 100%
}

.scout-ply-desp p {
    font-size: 16px;
    line-height: 30px;
}


#scout .scout-ply-desp2 h4 {
    border-bottom: 2px solid #000;
    display: inline-block;
    width: auto;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 35px;
}


.scout-ply-desp2 h4,
.scout-ply-desp2 p {
    z-index: 2;
    position: relative;
    float: left;
    width: 100%;
}

.scout-ply-desp2 p {
    font-size: 16px;
    line-height: 30px;
}

.scout-ply-desp2 hr {
    border-top: 2px solid #000;
    width: 167px;
    margin: 10px 0 20px;
    z-index: 2;
    position: relative;
    float: left;
    display: none !important;
}

.scout-ply-desp hr {
    border-top: 2px solid #000;
    width: 167px;
    margin: 10px 0 20px;
    z-index: 1;
    position: relative;
    float: left;
    display: none !important;
}

.player-img2 {
    position: absolute;
    right: -270px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 10px solid #fff;
    box-shadow: 0 0 13px #868686;
    z-index: 2;
}

.player-img2 img {
    width: 102%;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #676767;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    padding: 2px 7px;
    margin-right: 5px;
    display: inline-block;
    background: #050d36;
    background-clip: border-box;
    color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}


.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    padding: 2px 7px;
    margin-right: 5px;
    display: inline-block;
    background: #000;
    background-clip: border-box;
    color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

/*new css*/

.img-scout {
    z-index: 12;
    position: absolute;
    top: 0;
    left: 20px;
}

/*.scout-ply-desp2{
    background: url("../images/player-bg-man.png") no-repeat 0 0;
    position: relative;
    overflow: hidden;
}*/
.clip-sec-1 {
    overflow: hidden;
    position: relative;
    padding: 0;
}

.clip-sec-2 {
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}


.scout-ply-desp:after {
    position: absolute;
    content: "";
    width: 1520px;
    height: 1620px;
    left: 0%;
    top: -540px;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    background-color: #fff;
    z-index: 0;
}

.scout-ply-desp2:after {
    position: absolute;
    content: "";
    width: 1520px;
    height: 1620px;
    right: 0%;
    top: -540px;
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    background-color: #fff;
    z-index: 1;
}

#service {
    background: url(../images/service-bg.jpg) no-repeat 0 0;
    background-size: auto auto;
    background-size: cover;
    padding: 5% 0 0;
}

#service:before {
    content: "";
    background: rgba(14, 26, 95, 0.6);
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.service {
    width: 100%;
    text-align: center;
    color: #fff;
    position: relative;
}

.service h3 {
    font-size: 40px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.service hr {
    width: 130px;
    margin: 0 auto 20px auto;
    height: 2px;
    background: #fff;
    display: none !important;
}

#service .row>div {
    display: flex;
}

.service-block {
    float: left;
    background: #fff;
    padding: 10px;
    text-align: : center;
    margin-bottom: 100px;
    color: #0020aa;
    min-height: 415px;
    height: auto;
    position: relative;
}

.service-block-desp p {
    min-height: 190px;
    text-align: center;
    color: #010c4f;
    line-height: 30px;
}

.service-block-desp h4 {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}

.icon-block {
    width: 130px;
    height: 127px;
    background: #fff;
    margin: -60px auto 0 auto;
    border-radius: 50%;
    text-align: center;
    line-height: 127px;
}

.icon-block img {
    width: 85px;
}

.service p {
    margin-bottom: 90px;
    width: 100%;
    line-height: 30px;
}

.medalist-img img {
    width: 100%;
}

.medalist-img {
    margin-bottom: 30px;
    position: relative;
}

.medalist .btn-primary:not(:disabled):not(.disabled).active,
.medalist .btn-primary:not(:disabled):not(.disabled):active,
.medalist .show>.btn-primary.dropdown-toggle {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.medalist .btn-primary.focus,
.medalist .btn-primary:focus {
    box-shadow: none;
}

.medalist .custom_popup {
    padding: 0;
    font-size: inherit;
    line-height: normal;
    border-radius: 0;
    background: none;
    border: none;
    width: 100%;
}

.medalist-img::before {
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(3, 3, 3, 0.4);
    z-index: 1;
    position: absolute;
}

.head-med {
    position: absolute;
    bottom: 53px;
    left: 35px;
    color: #fff;
    z-index: 2
}

.head-med hr {
    height: 1px;
    background: #fff;
    margin: 0;
    width: 67%;
    display: none !important;
}

.head-med h4 {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}

#medalist {
    padding: 4% 0;
}

.medalist-head {
    text-align: center;
}

.medalist-head h4 {
    font-size: 45px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.medalist-head hr {
    width: 20%;
    margin: 0 auto 30px auto;
    height: 1px;
    background: #000;
    display: none !important;
}


.ply-img img {
    width: 100%;
}

.ply-img img {
    width: 100%;
    border: 4px solid #fff;
}

.ply-review .row {
    margin: 30px 0;
    background: #e9f1f6;
}

.ply-review-word {
    padding: 25px;
}

.ply-review-word h5 {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    display: inline-block;
    float: left;
}

.ply-review-word hr {
    width: 10%;
    margin: 0 0 10px;
    height: 1px;
    background: #000;
    float: left;
    display: none !important;
}

.ply-review-word p {
    margin: 15px 0 0;
    float: left;
    width: 100%;
    line-height: 30px;
}


#development {
    padding: 3% 0;
    background: url("../images/devp-bg.jpg") no-repeat 0 0;
    background-size: cover;
}

#development::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(6, 26, 112, 0.5);
    top: 0;
}

.development-block img {
    width: 100%;
}

#development .service p {
    margin: 20px 0 40px;
}

.development-block {
    margin: 40px 0;
}

.footer-block {
    background: #061a70;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 20px 0px;
    margin: 60px 0;
    min-height: 160px;
    text-align: center;
}

.footer-block p {
    font-size: 13px;
}

.footer-block p a {
    color: #f7e415;
}

.footer-block p a:hover {
    color: #f7e415;
    text-decoration: underline;
}

.footer-bar {
    float: left;
    width: 100%;
    background: #000;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 30px;
    position: relative;
}


.footer-bar a {
    color: #fff;
}

.footer-block hr {
    height: 1px;
    background: #fff;
    width: 40%;
    margin: 20px auto;
    display: none !important;
}

.footer-block h5 {
    font-size: 23px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    display: inline-block;
    margin: 0 10px 10px;
}

#footer-main {
    background: url("../images/footer-bg.jpg") no-repeat 0 0;
    background-size: cover;
}

#footer-main::before {
    background: rgba(0, 0, 0, 0.79);
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}


#sana-hassan2 {
    margin: 80px 0;
}

.scout-ply2 img,
.scout-ply img {
    width: 100%;
}


/*********************** Demo - 1 *******************/
.box1 img,
.box1:after,
.box1:before {
    width: 100%;
    transition: all .3s ease 0s
}

.box1 .icon {
    text-align: center
}

.box1:after,
.box1:before,
.box2 .inner-content:after,
.box3:after,
.box3:before,
.box4:before,
.box5:after,
.box5:before,
.box6:after,
.box7:after,
.box7:before {
    content: ""
}

.box1 {
    overflow: hidden
}

.box1 .title {
    letter-spacing: 1px
}

.box1 .icon,
.box1 .title {
    margin: 0;
    position: absolute
}

.box1 {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    position: relative
}

/*.box1:after,.box1:before{height:50%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;z-index:1;transform-origin:100% 0;transform:rotateZ(90deg)}*/
.box1:after {
    top: auto;
    bottom: 0;
    transform-origin: 0 100%
}

.box1:hover:after,
.box1:hover:before {
    transform: rotateZ(0)
}

.box1 img {
    height: auto;
    transform: scale(1) rotate(0)
}

.box1:hover img {
    filter: sepia(80%);
    transform: scale(1.3) rotate(5deg)
}

.box1 .title {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 1px #004cbf;
    bottom: 10px;
    left: 10px;
    opacity: 0;
    z-index: 2;
    transform: scale(0);
    transition: all .5s ease .2s
}

.box1:hover .title {
    opacity: 1;
    transform: scale(1)
}

@media only screen and (max-width:990px) {
    .box1 {
        margin-bottom: 30px
    }
}

/*********************** Demo - 7 *******************/
.box14:after,
.box14:before {
    content: ""
}

.box14 {
    overflow: hidden
}

.box14 {
    position: relative
}

.box14:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .35s ease 0s
}

.box14:hover:before {
    opacity: 1
}

.box14 img {
    width: 100%;
    height: auto
}

.box14 .box-content {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%
}

.box14 .box-content:after,
.box14 .box-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all .7s ease 0s
}

.box14 .box-content:before {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    border-top: 1px solid rgba(255, 255, 255, .5);
    transform: scale(0, 1);
    transform-origin: 0 0 0
}

.box14 .box-content:after {
    border-left: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5);
    transform: scale(1, 0);
    transform-origin: 100% 0 0
}

.box14:hover .box-content:after,
.box14:hover .box-content:before {
    opacity: 1;
    transform: scale(1);
    transition-delay: .15s
}

.box14 .icon {
    padding: 0;
    list-style: none
}

@media only screen and (max-width:990px) {
    .box14 {
        margin-bottom: 30px
    }
}

.ply-img.box14 .box-content {
    width: 90%;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 5%;
}

/* Zoom Out #1 

.ply-img {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
.ply-img:hover+span {
    bottom: -36px;
    opacity: 1;
}
.ply-img img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.ply-img:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}*/

/* Shine */
.sana-hassan-img {
    position: relative;
    overflow: hidden;
}

.sana-hassan-img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.sana-hassan-img:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


.dev-word h5 {
    font-size: 20px;
    border-bottom: 2px solid #000;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: bold;
}

.dev-review .ply-img {
    padding: 11px;
    margin: 10px 0 0;
}

.dev-review .ply-img img {
    max-width: 161px;
    width: 100%;
    border: 4px solid #e3deff;
    height: 100%;
}

.dev-review {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
    border: 5px solid #6d63a8;
}

.dev-word {
    float: left;
    margin: 16px 0 10px;
    padding: 0;
}

.dev-word p {
    margin: 0;
    line-height: 30px;
}



.ply-img.blog-per-img {
    height: 132px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 2px solid #e3deff;
    padding: 0;
    margin-top: 16px;
    position: relative;
}


#blog {
    padding: 3% 0;
    background: url("../images/ice-hockey-589317.jpg") no-repeat 0 0;
    background-size: cover;
}

.blog-per-img i {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border: 0 solid #e3deff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.blog-per-img a:hover i {
    border: 5px solid #e3deff;
}

.blog-word {
    margin: 12px 0;
}

.blog-row .blog-per-img img {
    border: none;
}

.blog-word time {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.blog-word h2 {
    margin-bottom: 12px;
    font-size: 18px;
    text-transform: none;
    color: #070707;
}

.blog-word p {
    margin-bottom: 10px;
    line-height: normal;
}

.ply-img.blog-per-img.box14 .box-content {
    width: 91%;
    height: 88%;
    position: absolute;
    top: 6%;
    left: 5%;
}

.read_more a {
    display: inline-block;
    position: relative;
    padding: 0 19px;
    color: #f0f0f0;
    text-decoration: none;
    background: #050d36;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.blog-word>a {
    color: #042858;
}

.blog-word a:hover {
    color: #3746ad;
}

.read_more a:hover {
    background: #464d9c;
    color: #ffffff;
    text-decoration: none;
}

.img-shadow-1 {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;

    -webkit-box-shadow: 0 28px 16px -26px black;
    -moz-box-shadow: 0 28px 16px -26px black;
    box-shadow: 0 28px 16px -26px black;
}

.img-shadow-1:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-box-shadow: 0 58px 36px -56px black;
    -moz-box-shadow: 0 58px 36px -56px black;
    box-shadow: 0 58px 36px -56px black;
}

/** * Tooltip Styles */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: #2F4993;
    background-color: hsl(224, 52%, 38%);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    width: 300px;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
    right: 0%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #2F4993;
    border-top-color: hsl(224, 52%, 38%);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
    margin-left: -140px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #2F4993;
    border-left-color: hsl(224, 52%, 38%);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #2F4993;
    border-bottom-color: hsl(224, 52%, 38%);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
    bottom: 50%;
    left: 100%;
}

.tooltip-right:before {

    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #2F4993;
    border-right-color: hsl(224, 52%, 38%);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
    top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px;
}

.tool {
    position: absolute;
    right: 24px;
    bottom: 8px;
    z-index: 50;
}

.tool i {
    color: #2F4993;
}

#jonas .close {
    color: #fff;
    opacity: 1;
}

#jonas {
    background: rgba(0, 0, 0, 0.6);
}

#jonas .modal-content {
    border: 8px solid #fff;
    box-shadow: 0px 0px 10px #fff;
    background: #0e1a5f;
}

#jonas7 {
    color: #fff;
}

#jonas .modal-body {
    color: #fff;
}

#datenschu {
    padding: 50px 0;
}

#datenschu h4,
#datenschu h3 {
    border-bottom: 2px solid #000;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#datenschu ol {
    margin: 0 0 0px 18px;
    padding: 0;
}

#datenschu ol li {
    margin-bottom: 20px;
    line-height: 30px;
}

#datenschu ol>li>ul {
    margin: 0 0 20px 18px;
    padding: 0;
}

#datenschu ol>li>ul li {
    list-style-type: disc;
    margin-bottom: 10px;
    line-height: 30px;
}



#datenschu ul {
    margin: 0 0 20px 30px;
    padding: 0;
}

#datenschu ul>li {
    list-style-type: disc;
    margin-bottom: 10px;
}

.footer-block p a:hover {
    color: #f7e415;
    text-decoration: underline;
}

#datenschu a {
    color: #1f79f0;
}

#datenschu a:hover {
    text-decoration: underline;
}

#datenschu p {
    line-height: 30px;
    font-size: 16px;
}


.daten-head b {
    display: block;
}


#impressum {
    padding: 40px 0;
}

.slider-section {
    margin: 0 0 20px;
}

.impressum p {
    color: #212529;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
}

.impressum p span {
    margin: 0;
    display: block;
}

.impressum p span:nth-child(4),
.impressum p span:nth-child(6) {
    margin-bottom: 15px;
}

.sub-sub-heading {
    color: #000;
    font-size: 24px;
    text-transform: inherit;
    margin: 0 0 15px;
    border-bottom: 1px solid #000;
    display: inline-block;
    font-weight: bold;
}

.impressum img {
    width: 227px;
    margin: 15px 0 30px;
    display: block;
}


#datenschu .add-box {
    float: left;
    width: 100%;
    margin: 20px 0;
}

#datenschu .add-box p {
    margin: 0;
}

#datenschu .add-box p span {

    width: 70px;
    display: inline-block;

}



/** Media start **/

@media (min-width: 2000px) {

    .banner-logo {
        padding-top: 90px;
    }

    #page-top .banner-logo img {
        width: 690px;
    }

}




@media (max-width: 1920px) {

    .banner-logo img {
        width: auto;
    }

}

@media (max-width: 1916px) {


    .banner-logo img {
        width: 390px;
    }

}


@media (max-width: 1900px) {

    .banner-overlay-text div {
        font-size: 38px;
        line-height: normal;
    }




}


@media (max-width: 1800px) {
    .ply-img img {
        width: 100%;
        /* border: 4px solid #fff;*/
    }

    .ply-img {
        padding: 20px;
        /* border: 4px solid #fff; */
    }

    .banner-overlay-text {
        font-size: 30px;

    }

    .banner-overlay-text div {
        font-size: 37px;
        line-height: normal;
    }

}


@media (max-width: 1750px) {

    .banner-overlay-text div {
        font-size: 36px;
        line-height: normal;
    }

}

@media (max-width: 1710px) {
    .banner-overlay-text div {
        font-size: 35px;
        line-height: normal;
    }

    .banner-overlay-text {
        bottom: 0;
        width: 100%;
        background: rgb(0, 0, 0);
        margin-bottom: 85px;
    }


}


@media (min-width: 1050px) and (min-width: 1680px) {

    .banner-logo img {
        width: 450px;
    }

    .banner-logo {
        position: relative;
        margin: 100px 0 60px;
    }

}


@media (max-width: 1650px) {

    .banner-overlay-text div {
        font-size: 33px;
        line-height: normal;
    }


    .banner-overlay-text {
        bottom: 0;
        width: 80%;
        background: rgba(0, 0, 0, 10);
        left: 0;
        right: 0;
        margin-bottom: 77px;
    }

}


@media (max-width: 1600px) {

    .banner-logo {
        width: 370px;
        margin: auto;
        left: 0;
        right: 0;
        top: -20%;
        bottom: 0;
        position: absolute;
        height: 331px;
    }

    .banner-overlay-text {
        bottom: 0;
        width: 80%;
        background: rgba(0, 0, 0, 10);
        left: 0;
        right: 0;
        margin-bottom: 127px;
        position: absolute;
    }

}



@media (min-width: 1200px) and (max-width: 1600px) {


    .banner-overlay-text {
        padding: 24px 0;
    }

    /*.banner-logo {
    position: relative;
    margin: 100px 0 100px;
    }*/

    .banner-logo img {
        width: 550px;
    }

}

@media (min-width: 900px) and (max-width: 1600px) {

    /*.banner-logo {
    position: relative;
    margin: 100px 0 40px;
}*/

    .banner-logo img {
        width: 300px;
    }

}


@media (max-width: 1550px) {}


@media (max-width: 1500px) {
    .sanaimg-desp p {
        line-height: 26px;
    }


    .banner-overlay-text {
        bottom: 0%;
        width: 100%;
    }

    .banner-over-main {
        position: absolute;
        bottom: 0;
    }

    .banner-logo img {
        width: auto;
    }

}

@media (max-width: 1479px) {

    .banner-overlay-text div {
        font-size: 38px;
        line-height: normal;
    }

}


@media (max-width: 1440px) {

    .banner {
        background-size: 100% auto;
    }

    .banner-overlay-text .jahrek {
        width: 50%;
    }

    .banner-overlay-text {
        bottom: 0%;
        width: 100%;
    }

    /*.banner-logo {
    padding-top: 6%;
}
*/
    .banner-logo img {
        width: 350px;
    }

    .banner-overlay-text div {
        font-size: 25px;
        line-height: normal;
    }

    .banner-overlay-text .jahrek {
        margin-top: 7px;
    }


    .banner-overlay-text {
        margin-bottom: 85px;
    }

    @media (max-width: 1440px) and (min-width: 900px) {}


    @media (max-width: 1400px) {


        .banner-overlay-text .jahrek {
            width: 80%;
        }

    }


    @media (max-width: 1400px) and (min-width: 1050px) {}


    @media (max-width: 1366px) {

        .banner-logo {
            padding-top: 4%;
        }


        .banner-logo img {
            width: 245px;
        }

        .banner-overlay-text {
            bottom: 0%;
            font-size: 24px;
        }

        .uber-para p {
            font-size: 16px;
            line-height: 30px;
        }

        .sanaimg-desp {
            padding: 20px;
        }

        .sanaimg-desp p {
            line-height: 30px;
            font-size: 14px;
        }

        .sana-bg {
            height: auto;
        }

        .ply-review-word p {
            margin: 0;
            line-height: 30px;
        }

        .ply-review-word h5 {
            font-size: 25px;
        }

        .ply-review-word {
            padding: 10px 0px;
            float: left;
        }

        .service-block {
            min-height: 420px;
            height: auto;
        }

        .medalist-head h4 {
            font-size: 30px;
        }

        .player-img {
            position: absolute;
            left: -180px;
            width: 150px;
            height: 150px;
        }

        .player-img2 {
            position: absolute;
            right: -180px;
            width: 150px;
            height: 150px;
        }

        .scout-ply-desp,
        .scout-ply-desp2 {
            padding: 10%;
        }

        #sana-hassan2 {
            margin: 40px 0;
        }

        .ply-review .row {
            margin-bottom: 0;
            background: #e9f1f6;
            margin: 10px 0;
        }


        .banner-overlay-text div {
            font-size: 25px;
            line-height: normal;
        }

        #service .row>div {
            display: flex;
        }

        .head-med {
            bottom: 23px;
            left: 24px;
        }

        .head-med h4 {
            font-size: 24px;
        }

        .banner-overlay-text .jahrek {
            width: 50%;
            margin-top: 8px;
        }

        .scout-ply-desp {
            margin-top: 31px;
        }

        .ply-img {
            padding: 0;
        }

        .banner-overlay-text {
            padding: 20px 0 40px;
        }

    }


    @media (min-width: 786px) and (max-width: 1366px) {}


    @media (max-width: 1330px) {

        .banner-overlay-text {
            padding: 30px 0;
        }

        .banner-over-main {
            position: absolute;
            bottom: 0;
        }

    }

    @media (max-width: 1280px) {


        .banner {
            background-size: 100% 100%;
            background-position-y: 64px;
        }

        .banner-overlay-text {
            bottom: 0;
            font-size: 24px;
            margin-bottom: 85px;
            background: rgba(0, 0, 0, 10);
            padding: 60px 0;
        }

        .top-contact {
            background: rgba(3, 26, 56, 10);
            padding: 20px 0;
        }

        .banner-logo img {
            width: 343px;
        }

        .banner-logo {
            padding-top: 5%;
        }


    }

    @media (min-width: 800px) and (max-width: 1280px) {

        .banner-overlay-text {
            padding: 30px 0;
        }

        .banner-logo img {
            width: 270px;
        }


    }


    @media (min-width: 720px) and (max-width: 1280px) {

        .banner-overlay-text {
            padding: 10px 0;
        }

        .banner-logo img {
            width: 230px;
        }

    }


    @media (min-width: 600px) and (max-width: 1280px) {
        .banner-logo {
            padding-top: 4%;
        }

        .banner-overlay-text div {
            font-size: 20px;
        }

    }


    @media (max-width: 1280px) and (min-width: 1024px) {}




    @media (min-width: 1200px) and (max-width: 1260px) {

        .banner-overlay-text {
            padding: 30px 0 40px;
            margin-bottom: 85px;
        }

    }

    @media (min-width: 1200px) {

        .mobile-banner {
            display: none;
        }

    }

    @media (max-width: 1200px) {
        .banner img {
            /* width: 60%;*/
            height: auto;
            margin-top: 0%;
        }

        .desktop-banner {
            display: none;
        }

        .navbar-dark .navbar-nav .nav-item {
            margin: 0 15px;
        }

        .clip-sec-1,
        .clip-sec-2 {
            height: auto !important;
            align-content: center;
        }

        .player-img {
            top: 0px;
        }

        .uber-para h1 {
            font-size: 30px;
        }

        .uber-para p {
            font-size: 14px;
            line-height: 30px;
        }

        .tom-desp p {
            font-size: 16px;
            padding-top: 5%;
        }

        .tom-desp h1 {
            font-size: 30px;
        }

        #erfahrung {
            height: auto;
        }

        .enf-block {
            margin: 10px 0;
        }

        .banner-overlay-text div {
            font-size: 32px;
            line-height: normal;
        }

        .top-contact {
            padding: 18px 0;
        }

        .banner-overlay-text {
            padding: 15px 0;
        }


        .banner-overlay-text .jahrek {
            margin-top: 33px;
            padding: 0;
        }

        .banner {
            width: 100%;
            position: relative;
            background: url("../images/banner2.jpg") 0 0 no-repeat;
            /*background-attachment: fixed;*/
            background-size: cover;
            overflow: hidden;
        }

        .banner.date-bg,
        .banner.news-main {
            width: 100%;
            position: relative;
            background: url("../images/mobile-news-banner.jpg") 0 0 no-repeat;
            /*background-attachment: fixed;*/
            background-size: cover;
            overflow: hidden;
        }

    }

    @media only screen and (min-width: 996px) and (max-width: 1200px) {
        .ply-img {
            padding: 0px;
            margin: 17px 0;
        }

        .ply-img img {
            width: 100%;
            /* margin: 27px 20px; */
            border: 4px solid #fff;
        }

        .ply-review-word {
            padding: 10px 0px;
        }

        .ply-review-word p {
            margin: 0;
            line-height: normal;
            font-size: 14px;
        }

    }

    @media (max-width: 1182px) {

        .banner-overlay-text {
            padding: 20px 0;
        }

        .banner-overlay-text .jahrek {
            width: 60%;
        }

        .banner-overlay-text div {
            font-size: 30px;
            line-height: normal;
        }

    }

    @media (max-width: 1152px) {


        .banner-logo {
            padding-top: 44px;
        }

        .banner-logo img {
            width: 350px;
        }

    }


    @media (max-width: 1125px) {

        .banner-overlay-text {
            padding: 40px 0;
        }

        .banner-logo img {
            width: 48%;
        }

        .top-contact {
            padding: 6px 0;
        }


    }


    @media (max-width: 1108px) {

        .banner-overlay-text {
            padding: 21px 0;
        }

    }


    @media (max-width: 1100px) {
        .banner-overlay-text div {
            font-size: 25px;
            line-height: normal;
        }

    }




    @media (max-width: 1024px) {

        .banner-logo {
            padding-top: 6%;
        }

        .top-mr {
            margin-top: 13px;
        }

        .scout-ply-desp,
        .scout-ply-desp2 {
            padding: 5%;
        }

        .top-contact .row>div a {
            font-size: 14px;
            display: block;
        }

        .top-contact .row .social-link a {
            display: inline-block;
        }

        .banner img {
            /*width: 53.5%;*/
            height: auto;
            margin-top: 0%;
            padding-top: 0px;
        }

        .banner .banner-logo img {
            width: 230px;
        }

        .head-med {
            position: absolute;
            bottom: 11px;
            left: 15px;
            color: #fff;
        }

        .head-med h4 {
            font-size: 19px;
        }

        .banner-overlay-text .jahrek {
            margin-top: 0;
            padding: 0;
        }

        .banner-overlay-text {
            padding: 13px 0;
            bottom: 0%;
            font-size: 24px;
            margin-bottom: 85px;
        }

        .footer-block {
            padding: 20px 9px;
            min-height: 200px;
            word-wrap: break-word;
            white-space: normal;
        }


        #scout .scout-ply-desp2 h4 {
            padding-bottom: 10px;
            font-size: 30px;
        }

        .enf-block h4 {
            font-size: 22px;
        }

        #development .service p {
            margin: 0 0 20px;
        }

        .footer-block h5 {
            font-size: 16px;
        }

    }


    /*Portrait iPad Pro*/

    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

        .banner-overlay-text {
            padding: 99px 0;
        }

        .banner-logo img {
            width: 100%;
        }

        .banner {
            width: 100%;
            position: relative;
            background-position: 0 54px;
            background-size: 100% auto;
            background-image: url("../images/banner3.jpg");
        }

        .banner-logo {
            padding-top: 16%;
        }

        .banner .banner-logo img {
            width: 740px;
        }

        .banner-overlay-text {
            padding: 104px 0 !important;
        }

    }

    /* Landscape iPad Pro*/

    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}




    @media (max-width: 992px) {

        .top-contact {
            padding: 9px 6px;
        }

        .banner-overlay-text {
            padding: 28px 0;
        }

        .banner-overlay-text .jahrek {
            margin-top: 13px;
            padding: 0;
        }

    }

    @media (max-width: 991px) {

        .is-sticky .logo-maloney img {
            width: 80px;
        }

        .navbar-dark .navbar-nav .nav-item {
            display: block;
            border-bottom: 1px solid;
        }

        .cust-nav .fa-navicon::before,
        .cust-nav .fa-reorder::before,
        .cust-nav .fa-bars::before {
            content: "";
        }

        .scout-ply-desp p,
        .scout-ply-desp2 p {
            line-height: 30px;
        }

        .scout-ply-desp h4,
        .scout-ply-desp2 h4 {
            font-size: 24px;
        }

        .footer-block h5 {
            font-size: 14px;
        }

        .footer-block p {
            font-size: 14px;
            margin: 0;
        }

        .footer-block hr {
            margin-top: 0;
        }

        .service-block {
            min-height: 380px;
            height: auto;
        }

        .banner-overlay-text {
            bottom: 15%;
            font-size: 14px;
            width: 100%;
        }

        .banner img {
            width: 100%;
            height: auto;
            margin-top: 0%;
        }

        .dev-word p {
            margin: 10px 0;
        }

        .dev-review {
            border: 1px solid #f5f5f5;
            text-align: center;
            padding-bottom: 10px;
        }

        .dev-review.blog-row {
            text-align: left;
        }

        .banner-overlay-text {
            padding: 32px 0;
        }

        .banner-overlay-text {
            bottom: 0%;
            margin-bottom: 77px;
        }

        .banner-logo img {
            width: 57%;
        }

        .logo-maloney img {
            width: 115px;
        }

    }

    @media (max-width: 960px) {

        .banner .banner-logo img {
            width: 250px;
        }

        .banner-overlay-text {
            padding: 7px 0;
        }

    }

    @media (max-width: 950px) {

        .banner-overlay-text {
            padding: 20px 0;
        }

    }


    @media (max-width: 900px) {

        .banner-overlay-text {
            padding: 18px 0;
        }

        .banner-logo img {
            width: 63%;
        }

    }


    @media (max-width: 896px) {

        .banner-overlay-text div {
            font-size: 15px;
        }

        .banner-overlay-text {
            padding: 6px 0;
        }

        .banner-overlay-text .jahrek {
            width: 34%;
        }

        .banner img {
            padding-top: 0;
        }

        .banner-logo img {
            width: 27%;
        }


    }

    @media (max-width: 892px) {

        .banner-overlay-text {
            padding: 61px 0;
        }

        .banner-logo img {
            width: 50%;
        }

    }

    @media (max-width: 875px) {

        .banner-overlay-text {
            padding: 47px 0;
        }

    }


    @media (max-width: 854px) {

        .banner-overlay-text {
            padding: 17px 0;
        }

        .banner .banner-logo img {
            width: 160px;
        }


    }

    @media (max-width: 846px) {

        .banner-overlay-text div {
            font-size: 14px;
            line-height: normal;
        }

        .banner-overlay-text {
            padding: 8px 0;
        }

        .banner img {
            padding-top: 0;
        }

        .banner .banner-logo img {
            width: 522px;
        }

    }


    @media (max-width: 834px) {

        .banner-overlay-text {
            padding: 30px 0;
        }

    }


    @media (max-width: 823px) {

        .banner-overlay-text {
            padding: 10px 0;
            margin-bottom: 77px;
        }

        .banner-logo {
            padding-top: 2%;
            height: 167px;
        }

        .banner .banner-logo img {
            width: 172px;
        }


    }

    @media (max-width: 812px) {

        .banner-overlay-text {
            padding: 10px 0;
            margin-bottom: 77px;
        }

        .banner .banner-logo img {
            width: 132px;
        }

        .banner-logo {
            top: 81px;
            padding-top: 0;
            height: 277px;
        }

    }


    @media (max-width: 800px) {
        .banner {
            background-position: 0 64px;
            background-size: 100% auto;
            background-image: url("../images/banner3.jpg");
        }

        .banner.date-bg,
        .banner.news-main {
            background-position: 0 64px;
            background-size: 100% auto;
            background-image: url("../images/mobile-banner3.jpg");
        }



        .footer-block h5 {
            font-size: 24px;
        }

        .footer-block p {
            font-size: 14px;
        }

        .footer-block {
            margin: 10px 0;
        }

        .top-contact {
            padding: 11px 0;
        }

        .ply-review-word {
            text-align: left;
        }

        .ply-review-word h5 {
            float: none;
        }

        .banner-overlay-text {
            padding: 8px 0;
            bottom: 0%;
        }


        .banner-overlay-text .jahrek {
            width: 74%;
        }


        .banner .banner-logo img {
            width: 160px;
        }

        .banner-logo {
            padding-top: 0%;
        }


        .banner-overlay-text div {
            font-size: 18px;
        }


    }





    @media (max-width: 778px) {

        #erfahrung {
            margin: 0px;
        }


        .banner img {
            /* width: 81%;*/
            height: auto;
        }

        .banner-overlay-text {
            bottom: 0%;
            font-size: 30px;
        }


    }


    /* BB */
    @media only screen and (min-device-width : 600px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {

        .banner-overlay-text {
            bottom: 0%;
            padding: 70px 0px;
        }


    }


    @media (max-width: 767px) {
        .ply-img {
            margin: 0 auto;
            padding: 0px;
            width: 200px;
        }

        .banner img {
            /*width: 35%;*/
            height: auto;
            margin-top: 0%;
            padding-top: 0%;
        }

        .top-contact .row>div a {
            font-size: 14px;
            display: inline;
        }

        .top-contact .row {
            padding: 0 15px !important;
        }

        .sanaimg-desp {
            padding: 20px;
            text-align: center;
        }

        .sana-hassan-img img {
            width: 50%;
            outline: 1px solid #fff;
            outline-offset: -13px;
            display: inline-block;
        }

        .sana-hassan-img {
            margin-top: 30px;
            position: relative;
            border: 0px;
            text-align: center;
            left: 0;
            margin-left: 0px !important;
            top: 0;
        }

        .hr-line {
            display: inline-block;
        }

        #sana-hassan,
        #sana-hassan2 {
            margin: 10px 0 !important;
        }

        .scout-ply-desp::after {
            position: relative;
            content: "";
            z-index: 0;
        }

        .scout-ply-desp,
        .scout-ply-desp2 {
            padding: 20px;
        }

        .scout-ply-desp2::after {
            position: relative;
            z-index: 1;
        }

        .clip-sec-1,
        .clip-sec-2 {
            height: auto !important;
            margin-top: 20px;
        }

        .img-scout {
            display: none;
        }

        .scout-ply img,
        .scout-ply2 img {
            width: 100%;
        }

        .scout-ply-desp p {
            font-size: 14px;
        }

        .scout-ply-desp h4 {
            margin-top: 20px !important;
        }

        .scout-ply-desp2 p {
            font-size: 14px;
        }

        .scout-ply-desp2 h4,
        .scout-ply-desp h4 {
            font-size: 24px;
            margin: 0;
        }

        #sana-hassan .container-fluid {
            padding: 0 15px;
        }

        .sana-hassan-img img {
            width: 50%;
        }

        .sana-hassan-img {
            margin: 30px 0 30px;
            margin-left: 0px !important;
        }

        .sana-hassan-img.michael-img {
            margin-right: 0;
        }

        .scout-ply,
        .scout-ply2 {
            display: none;
        }

        .clip-sec-1,
        .clip-sec-2 {
            text-align: center;
        }

        .scout-ply-desp hr,
        .scout-ply-desp2 hr {
            position: relative;
            float: none;
            display: inline-block;
        }

        .player-img2 {
            margin-top: 20px;
        }

        .player-img2 {
            margin-bottom: 20px;
        }

        .ply-review-word p {
            padding: 0 0 20px 0px;
            line-height: 30px;
        }

        .player-img,
        .player-img2 {
            position: relative;
            left: 0;
            width: 150px;
            height: 150px;
            border-radius: 50%;
            overflow: hidden;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 0;
            right: 0;
            /*margin-top: -60px;*/
        }

        .uber-uns .p-left-right {
            padding: 0 15px;
        }

        .tom .p-left-right {
            padding: 0 15px;
        }

        .uber-img-left img {
            width: 50%;
            display: block;
            text-align: center;
            margin: 0 auto;
            margin: 30px auto;
        }

        .uber-para {
            text-align: center;
        }

        .uber-para p {
            text-align: center;
            font-size: 15px;
        }

        .tom-desp.tom-desp-img {
            text-align: center;
        }

        .tom-desp img {
            width: 50%;
        }

        .tom-desp {
            text-align: center;
            margin-top: 15px;
        }

        .tom-desp p {
            padding: 0px;
        }

        .service-block {
            min-height: 490px;
            height: auto;
        }

        .ply-review-word {
            text-align: center;
        }

        .ply-review-word h5 {
            float: none;
            display: inline-block;
        }

        #scout .scout-ply-desp2 h4 {
            float: none;
            margin: 20px 0;
        }

        #scout .scout-ply-desp h4 {
            float: none;
            margin-bottom: 15px;
        }

        .add-map {
            border-right: none;
        }

        .social-link a:first-child {
            float: none;
        }

    }

    @media (max-width: 768px) {

        .banner img {
            margin-top: 0%;
            padding-top: 0;
        }

        .banner .banner-logo img {
            width: 490px;
        }

        .banner-overlay-text {
            padding: 10px 0;
        }

        .banner-logo {
            margin: 94px 0 0;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            margin: auto;
            padding-top: 0;
            height: 431px;
        }

        .banner-overlay-text .jahrek {
            width: 85%;
        }

        .banner-overlay-text .jahrek {
            margin-top: 13px;
            padding: 0;
        }

        .uber-para p {
            font-size: 14px;
            line-height: 30px;
        }

        #development .service p {
            margin: 0 0 25px;
        }

        .footer-block p a {
            word-break: break-all;
            white-space: normal;
        }

        .footer-block {
            padding: 20px 9px;
            min-height: 170px;
        }

    }

    @media (max-width: 765px) {

        .banner-overlay-text .jahrek {
            width: 96%;
            margin: 0;
            padding: 0;
        }
    }


    @media only screen and (device-width: 740px) {

        .banner-overlay-text .jahrek {
            width: 56%;
            margin: 0;
            padding: 0;
        }

        .banner-overlay-text div {
            font-size: 13px;
            line-height: normal;
        }

        .banner-overlay-text {
            padding: 7px 0;
        }

        .banner-logo img {
            margin-top: 6%;
            width: 17%;
        }

    }

    @media (max-width: 736px) {

        .banner-overlay-text {
            bottom: 0;
            margin-bottom: 77px;
            padding: 30px 0;
        }

        .banner-overlay-text .jahrek {
            width: 54%;
            margin: 0;
            padding: 0;
        }

        .banner-overlay-text div {
            font-size: 18px;
            line-height: normal;
            padding: 0;
        }

        .banner img {
            padding-top: 0%;
        }

        .banner .banner-logo img {
            width: 92px;
        }

        .banner {
            padding-top: 0;
        }

        .banner-logo {
            padding-top: 7%;
        }

        .banner-logo {
            margin: auto;
            height: 307px;
        }


    }


    @media (max-width: 734px) {


        .banner-overlay-text .jahrek {
            width: 55%;
        }

        .banner-overlay-text {
            padding: 5px 0;
        }

        .banner-logo img {
            width: 12%;
            padding-top: 0% !important;
        }

        .banner {
            padding-top: 0;
        }

        .banner-overlay-text div {
            font-size: 12px;
        }

        .banner-logo {
            margin: auto;
            height: 214px;
        }

    }

    @media only screen and (device-width: 732px) {

        .banner-overlay-text {
            padding: 14px 0;
        }

        .banner-logo {
            margin-top: 0 !important;
            padding-top: 15%;
        }

        .banner img {
            padding-top: 0%;
        }

        .banner .banner-logo img {
            width: 131px;
        }

        .banner-overlay-text {
            bottom: 0%;
            font-size: 30px;
        }

        .banner-overlay-text .jahrek {
            width: 60%;
        }

        .banner-overlay-text div {
            font-size: 12px;
            line-height: normal;
        }

    }

    @media only screen and (device-width: 731px) {

        .banner-overlay-text {
            padding: 10px 0;
        }

        .banner-overlay-text div {
            font-size: 14px;
        }

        .banner-overlay-text .jahrek {
            width: 59%;
            margin: 7px 0 0;
            padding: 0;
        }

        .banner-logo {
            top: 0;
            margin-top: 8px;
            padding-top: 14%;
        }

        .banner .banner-logo img {
            width: 140px;
        }


    }




    @media only screen and (device-width: 667px) {

        .banner-overlay-text {
            padding: 11px 0;
        }

        .banner-overlay-text div {
            font-size: 15px;
            line-height: normal;
        }

        .banner-overlay-text {
            bottom: 0;
            font-size: 30px;
            margin-bottom: 77px;
        }

        .top-contact {
            padding: 0;
        }

        .banner-overlay-text .jahrek {
            width: 59%;
            margin: 0;
            padding: 0;
        }

        .banner img {
            padding-top: 0%;
        }

        .banner {
            background-position: 0 51px;
            background-size: 100% auto;
        }

        .banner {
            padding-top: 0;
        }

        .top-contact .row>div {
            line-height: 16px;
        }

        .banner-logo {
            top: 0;
            margin-top: 0;
            padding-top: 10%;
        }

        .banner-logo {
            margin: auto;
            height: 212px;
        }

        .banner .banner-logo img {
            width: 87px;
        }

    }


    @media only screen and (device-width: 640px) {

        .banner img {
            height: auto;
            margin-top: 0%;
            padding-top: 0;
        }

        .banner-overlay-text {
            bottom: 0%;
            font-size: 15px;
            padding: 17px 0;
        }

        .banner-overlay-text .jahrek {
            width: 50%;
            margin: 0;
        }

        .banner-overlay-text div {
            font-size: 15px;
            line-height: normal;
        }

        .banner-logo {
            margin: auto;
            padding-top: 29px;
        }


        .banner .banner-logo img {
            width: 27%;
        }

        .top-contact {
            padding: 6px 0;
        }


        .banner-logo {
            margin: auto;
            padding-top: 29px;
            height: 231px;
        }

        .banner {
            width: 100%;
            position: relative;
            background-position: 0px 50px;
            background-size: 100% auto;
        }



    }


    @media (max-width: 600px) {
        .banner img {
            /* width: 62%; */
            margin-top: 0%;
            padding-top: 0%;
        }

        .banner-overlay-text {
            bottom: 0%;
            padding: 7% 20px;
        }

        .banner .banner-logo img {
            width: 395px;
        }

        .banner-overlay-text div {
            font-size: 24px;
            line-height: normal;
        }


        .add-map2 {
            padding-left: 0px;
            text-align: center;
        }

        .add-map {
            text-align: center;
            border-right: none;
        }

        .service-block {
            min-height: inherit;
            height: auto;
        }

        .service-block {
            min-height: inherit;
            height: auto;
            width: 100%;
            word-wrap: break-word;
            white-space: normal;
        }


        .banner-overlay-text .jahrek {
            width: 50px;
        }

        .banner-overlay-text .jahrek {
            padding: 2px 0 0;
        }

        .banner-overlay-text {
            bottom: 0%;
            padding: 20px 15px;
        }

        .banner-logo {
            margin: auto;
            height: 564px;
        }


    }


    @media (max-width: 575px) {

        #service .row>div {
            display: block;
            min-height: inherit;
        }

        .head-med {
            bottom: 31px;
            left: 32px;
        }

        .head-med h4 {
            font-size: 35px;
        }

        .banner-overlay-text .jahrek {
            width: 4%;
        }

        img.jahrek.jk2 {
            display: none;
        }

        .banner-overlay-text {
            bottom: 0%;
            font-size: 14px;
        }

        .banner-logo img {
            width: 50%;
            margin-top: 3%;
            padding-top: 7.5%;
        }

        .ply-img.blog-per-img {
            height: 132px;
            width: 107px;
            margin: 20px auto 0 auto;
        }

    }

    @media (max-width: 568px) {

        .banner-overlay-text {
            bottom: 0%;
            padding: 10px 15px;
        }

        .banner-overlay-text .jahrek {
            width: 7%;
        }

        .banner-overlay-text div {
            font-size: 12px;
            line-height: normal;
        }

        .footer-block p {
            font-size: 16px;
            margin: 0;
        }

        .footer-block h5 {
            font-size: 30px;
            margin: 0;
        }

        .footer-block {
            margin: 10px 0;
        }

        .top-contact .row>div a {
            display: inline;
            text-align: left;
        }

        .add-map,
        .add-map2 {
            border: 0;
            text-align: center;
        }

        img.jahrek.jk2 {
            display: none;
        }

        .banner-overlay-text div {
            font-size: 14px;
            line-height: normal;
        }

        .banner-overlay-text {
            bottom: 0%;
            padding: 4px 0px;
            margin-bottom: 77px;
        }

        .banner .banner-logo img {
            width: 49px;
            margin: 2px;
        }


        .banner-logo {
            margin: auto;
            height: 40px;
        }

        .banner-logo {
            top: -26%;
        }

    }

    @media (max-width: 533px) {

        .banner-overlay-text {
            padding: 6px 0px;
            bottom: 0%;
            font-size: 14px;
        }

        .banner-overlay-text div {
            font-size: 11px;
            line-height: normal;
            padding: 0 10px;
        }

        .banner-overlay-text .jahrek {
            width: 8%;
            padding: 0;
        }

        .banner .banner-logo img {
            width: 49px;
        }

    }


    @media (max-width: 480px) {
        .ply-review-word p {
            /*font-size: 15px;*/
            padding: 10px 0;
        }

        .uber-img-left img {
            width: 100%;
        }

        .ply-review-word {
            padding: 10px 0px;
        }

        .ply-img {
            /*margin: 10px 15px;
    border: 4px solid #fff;*/
        }

        .medalist-head h4 {
            font-size: 24px;

        }

        .footer-block {
            margin: 30px 0;
            min-height: 230px;
        }

        .sana-hassan-img.michael-img {
            /* margin-top: 0; */
            margin: 0;
            margin-bottom: 40px;
        }

        .banner img {
            /*width: 50%;*/
            margin-top: 0%;
            padding-top: 45%;
        }

        .sana-hassan-img img {
            width: 100%;
            outline: 1px solid #fff;
            outline-offset: -13px;
            display: inline-block;
        }

        .tom-desp img {
            outline: 1px solid #fff;
            outline-offset: -20px;
            box-shadow: 20px 20px 0 #e7e7e7;
            width: 100%;
        }

        .tom-desp {
            text-align: center;
        }

        .tom-desp p {
            padding: 0px;
        }

        .top-contact .row>div a {
            display: inline-block;
            text-align: center !important;
            float: none;
            line-height: normal;
            font-size: 10px;
        }

        .add-map,
        .add-map2 {
            border: 0;
            text-align: center;
            margin-bottom: -10px;
        }

        /*.p-left-right > .row div:first-child {
    padding-left: 15px;
    padding-right: 15px;
}*/
        #uber-uns {
            margin: 0px;
        }

        .uber-para {
            padding: 40px 0;
        }

        .player-img2 {
            margin-bottom: 20px;
        }

        .banner-overlay-text {
            font-size: 15px;
            padding: 5px 0 0;
            bottom: 0%;
        }

        .banner-overlay-text div {
            font-size: 12px;
            line-height: normal;
            margin-bottom: 2px;
        }

        .banner img {
            margin-top: 0%;
            padding-top: 0;
        }

        .top-contact {
            padding: 0;
        }

        .banner-overlay-text .jahrek {
            width: 7%;
        }


        .banner-overlay-text {
            padding: 9px 0px;
            bottom: 0%;
            font-size: 14px;
        }

        .banner {
            padding-top: 0;
        }

        .social-link {
            position: relative;
            right: 0;
            margin-top: 0px;
        }


        .top-contact .row>div {
            padding-bottom: 4px;
        }

        .banner .banner-logo img {
            width: 80%;

        }


    }




    @media (max-width: 414px) {

        .head-med h4 {
            font-size: 25px;
        }

        .top-contact {
            padding: 3px 0;
        }

        .banner-overlay-text {
            font-size: 15px;
            padding: 42px 30px;
            bottom: 0%;
        }

        .banner-overlay-text div {
            font-size: 14px;
        }

        .banner-overlay-text .jahrek {
            width: 12%;
        }


        .banner-logo {
            margin: 0;
            padding-top: 0;
            position: absolute;
            margin: auto;
            height: 280px;
        }


    }


    /* BB */
    @media only screen and (min-device-width : 384px) and (max-device-width : 640px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1.3) {

        .banner-logo img {
            margin-top: 17%;
            width: 70%;
        }

        .banner img {
            margin-top: 0%;
            padding-top: 17%;
        }

        .banner-logo {
            margin: auto;
            height: 144px;
        }

    }



    /* BB */
    @media only screen and (min-device-width : 360px) and (max-device-width : 640px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {

        .top-contact {
            padding: 2px 0;
        }

        /*.banner-overlay-text {
    bottom: 0%;
    padding: 29% 20px;
}
*/
        .banner-logo img {
            margin-top: 46%;
            width: 77%;
        }

    }

    @media (max-width: 412px) {

        .banner {
            padding-top: 0;
        }

        .banner-logo {
            margin: auto;
            height: 203px;
        }

        .banner .banner-logo img {
            width: 62%;
        }

        .banner-overlay-text {
            font-size: 15px;
        }

        .banner-overlay-text .jahrek {
            width: 13%;
        }

        .banner-overlay-text {
            padding: 30px 23px;
        }





    }


    @media (max-width: 411px) {

        .banner-overlay-text {
            padding: 10px 23px;
        }

    }


    @media (max-width: 384px) {

        .banner {
            background-position: 0px 122px;
            background-size: 100% auto;
        }


        .banner .banner-logo img {
            width: 162px;
        }

        .banner-logo {
            margin: auto;
            height: 142px;
        }


        .banner-overlay-text {
            font-size: 15px;
            bottom: 0%;
        }

        .banner-overlay-text {
            padding: 15px 23px;
        }


        .top-contact {
            padding: 3px 0;
        }

        .top-contact .row>div a {
            font-size: 12px;
        }


        .banner-overlay-text .jahrek {
            width: 15%;
        }

        .banner-overlay-text div {
            font-size: 16px;
            line-height: normal;
        }

    }


    @media (max-width: 380px) {
        .banner img {
            /*width: 95%;*/
            margin-top: 0%;
            padding-top: 37%;
        }

        .cust-nav {
            padding-left: 10px;
            padding-right: 10px;
        }

        .top-contact .row>div a {
            display: block;
            text-align: left;
        }

        .add-map {
            border: 0;
        }

        .add-map i,
        .add-map2 i {
            margin: 0px;
        }

        .add-map2 {
            padding-left: 0px;
        }

        .banner-overlay-text {
            font-size: 15px;
        }

    }


    /* iphone 4 */
    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2.0) {

        .banner-logo img {
            margin-top: 44%;
            width: 49%;
            padding-top: 105px;
        }

    }

    /* iphone x */
    @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {

        .banner-logo img {
            margin-top: 0%;
            width: 50%;
        }

        .banner-logo {
            top: -20%;
        }

        .banner-logo {
            margin: auto;
            height: 185px;
        }

    }


    /* iphone x */
    @media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 3) {

        .banner-overlay-text {
            padding: 90px 0px;
        }

        .banner-logo img {
            margin-top: 0%;
            width: 60%;
        }

    }




    @media only screen and (min-device-width : 411px) and (max-device-width : 823px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 3.5) {

        .banner-logo img {
            margin-top: 5%;
            width: 62%;
            padding-top: 17%;
        }

        .banner-overlay-text {
            padding: 80px 23px;
        }

    }







    @media (max-width: 375px) {

        .banner {
            background-position: 0px 97px;
            background-size: 100% auto;
        }

        .banner-logo {
            position: absolute;
            margin: auto;
        }

        .banner img {
            /* width: 66%; */
            margin-top: 0%;
        }

        .banner .banner-logo img {
            width: 56%;
        }


        .top-contact .row>div a {
            display: inline-block;
            text-align: left;
        }

        .banner-overlay-text {
            padding: 22px 23px;
        }

    }




    @media (max-width: 360px) {

        .banner {
            background-position: 0 91px;
            background-size: 100% auto;
        }

        .banner .banner-logo img {
            width: 140px;
        }

        .banner img {
            margin-top: 0%;
            padding-top: 17%;
        }

        .top-contact {
            padding: 0;
        }

        .banner-overlay-text .jahrek {
            width: 12%;
        }

        .banner-overlay-text {
            font-size: 15px;
        }

        .banner-overlay-text {
            bottom: 0%;
            padding: 4% 20px;
        }

        .banner-logo {
            position: absolute;
            width: 160px;
            height: 58px;
            margin: auto;
        }


    }


    /* iphone 4 */
    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2.0) {

        .banner-logo img {
            margin-top: 5%;
            width: 25%;
        }

    }




    /* iphone 6 */
    @media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 3) {

        .banner-overlay-text {
            padding: 62px 30px;
        }

        .banner img {
            margin-top: 0%;
            padding-top: 17%;
        }

        .banner .banner-logo img {
            width: 230px;
            margin-top: 0;
        }

        .banner-logo {
            top: -31%;
        }


    }




    @media (max-width: 320px) {

        .banner-overlay-text div {
            font-size: 12px;
        }

        .banner-overlay-text .jahrek {
            width: 15%;
            padding: 0;
        }

        .banner-overlay-text {
            font-size: 15px;
            bottom: 0%;
            padding: 8px 0;
            margin-bottom: 77px;
        }

        .banner img {
            margin-top: 0%;
            padding-top: 20%;
        }


        .top-contact {
            padding: 0;
        }

        .banner .banner-logo img {
            width: 129px;
        }

    }



    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {

        .banner-logo {
            margin: auto;
            padding-top: 0% !important;
            top: 0;
            height: 149px;
        }

        .banner .banner-logo img {
            width: 13%;
            margin: 0;
        }


    }




    /*Only iPhone 5 (portrait mode)*/
    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation:portrait) {

        .banner-overlay-text {
            bottom: 0%;
            padding: 4% 3px;
        }

        .banner {
            background-position: 0 116px;
            background-size: 100% auto;
        }

        .banner .banner-logo img {
            width: 209px;
        }

        .banner-logo {
            margin: auto;
            padding-top: 22px;
        }

    }