
/* desktop style */
@media only screen and (min-width: 1280px) {
    body {
        background: linear-gradient(90deg, #454545 80px, #ebebeb 80px);
    }

    header {
        height: 104px;
        font-size: 23.5px;
    }

    .wrapper {
        width: 1170px;
        margin: 0 auto;
    }

    #logo {
        background: url("../images/schuld-en-bewust.jpg") left center no-repeat;
        background-size: contain;
        width: 312px;
        height: 104px;
        margin-left: 0;

    }

    .toggle-menu {
        width: 80px;
    }

    .toggle-menu span:first-child {
        margin-top: 40px;
    }

    .toggle-menu span {
        height: 5px;
        width: 22px;
    }

    #subscribe {
        line-height: 104px;
        height: 104px;
    }

    #sign-in {
        line-height: 104px;
        height: 104px;
    }

    nav {
        top: 0;
        width: 80px;
    }

    #menu {
        left: -460px;
        width: 460px;
    }

    #menu a {
      padding-top: 10px;
      padding-left: 70px;
      font-size: 20px;
      background-size: auto 12px;
      background-position: 400px 50%;
      padding-bottom: 13px;
      line-height: 28px;
    }
    
    #menu .panelContentHolder > a:first-child {
        min-height: 55px;
    }
    
    #slideshow {
        height: 700px;
    }
    
    #slideshow .captionContent {
        margin: 0;
        font-size: 18px;
    }

    #slideshow #slider li {
        width: calc(100% - 110px);
        margin-left: 110px;
    }

    #slideshow .captionContent .label {
        height: 41px;
        line-height: 41px;
        font-size: 30px;
        margin-right: 10px;
    }

    #slideshow .captionContent .subTitle {
        font-size: 35px;
    }

    #slideshow .captionContent h3 {
        font-size: 68px;
    }

    #slideshow .captionContent .button {
        min-height: 50px;
        padding: 15px 15px 5px 15px;
        max-width: 350px;
        font-size: 25px;
        background: #99cc33 url("../images/arrow-black.png") 320px center no-repeat;
        background-size: auto 12px;
        color: white;
    }

    #slideshow .captionContent .button:hover {
        background-position: 335px center;
    }

    .boxes {
        display: block;
        width: 1170px;
        margin: 0 auto;
    }

    .buttonHolder {
        height: 70px;
    }

    #main {
        margin-left: 80px;
        font-size: 18px;
    }

    .boxesHolder {
        width: 100%;
        margin-left: 0;
    }
    
    #MainTxt {
        width: 100%;
        margin-left: 0;
        padding-bottom: 0;
    }
    
    .textBlock {
        padding: 0 24px 0 24px;
        margin-bottom: 50px;
    }
    
    #MainTxt h1 { 
        font-size: 32px;
        padding-top: 75px;
    }

    #MainTxt .title, #MainTxt h2 {
        font-size: 22px;
        margin: 40px 0 0 0;
        padding: 0;

    }
    
    .textBoxGRL .contentHolder {
        width: calc(100% - 24px);
    }

    .contentHolder .button {
        font-size: 18px;
    }

    .yellowButton {
        font-size: 18px;
        height: 46px;
        background: #99cc33 url("../images/arrow-black.png") 250px center no-repeat;
        background-size: auto 8px;
        padding: 18px 60px 2px 30px;
    }

    .yellowButton:hover {
        background-position: 260px center;
    }

    #footer {
        font-size: 18px;
    }

    #footer-top {
        width: calc(100% - 80px);
        margin-left: 80px;
    }

    #footer-top .contentHolder .title {
        font-size: 32px;
        margin-top: 50px;
        margin-bottom: 40px;
    }

    #footer-top .contentHolder {
        padding: 40px 60px 50px 60px;
    }

    #contactBox {
        padding: 30px 60px 20px 60px;
    }

    #contactBox .title {
        font-size: 32px;
    }

    #footer-bottom {
        width: calc(100% - 80px);
        margin-left: 80px;
    }

    #footer-bottom .contentHolder {
        padding: 50px 60px 50px 60px;
    }

    #MainTxt .pagePartRight .title {
        font-size: 28px;
        padding: 50px 0 20px 0;
        margin-top: 0;
    }

    #MainTxt .pagePartRight .contentHolder {
        padding: 0 40px 20px 40px;
    }

    #MainTxt .pagePartRight .contentHolder:first-child {
        padding-top: 30px;
    }
    
    #menu ul {
        background: #f5f3f4;
    }
    
    #menu ul li a {
        font-size: 18px;
        padding-top: 14px;
        min-height: 0;
        padding-left: 90px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .greenBG {

    }

    .headerSpacer {
        height: 104px;
    }

    #slideshow img {
        margin-left: 24px;
        margin-right: 12px;
    }

    .items .item .image {
        width: 80px;
        height: 80px;
        margin-right: 30px;
    }

    .items .item .image .noImage {
        width: 80px;
        height: 80px;
        background-size: auto auto;
    }

    .items .item .mainPart {
        width: calc(100% - 385px);
    }

    #MainTxt #contactBox .title {
        margin-top: 0;
        padding-bottom: 20px;
    }

    .items .item h3 {
        font-size: 18px;
    }

    #links .items .item .image {
        width: 100px;
        height: 100px;
    }

    #links .items .item .image .noImage {
        width: 100px;
        height: 100px;
    }

    #links .items .item .mainPart {
        width: calc(100% - 130px);
    }

    #links .items .item .image img {
        max-width: 100px;
    }

    #media iframe {
        height: 625px;
    }

    #my-account {
        height: 104px;
    }

    .items .item .image img {
        max-width: 80px;
    }
    
    #breadcrumbs {
        margin-bottom: -56px;
    }
    
    #page-navigation-top {
        margin-top: 40px;
        float: right;
    }
    
    .pagePartRightGreen .greenBG {
        margin-top: 0;
    }
        
    #noMarginTop {
        margin-top: 0;
    }
    
    #___gcse_0 {
	    margin-top: -40px;
		padding: 0 24px 0 10px;
        margin-bottom: 50px;
    }
    
}
