/*
Theme Name: Ocean WP Child Theme
Template: oceanwp
Version: 1.0
*/

/* BODY */

body{
    margin:0;
    padding:0;
    /*background:#d9d9d9;*/
    background: url(https://www.motorrad-barankauf.ch/motoankauf/wp-content/uploads/sites/8/2026/05/headerbg.jpg) repeat-x scroll 0 0 transparent;
    font-family:Arial, Helvetica, sans-serif;
    color:#555;
    font-size:14px;
}

/* REMOVE OCEAN SPACE */

#main{
    padding-top:0 !important;
}

#content-wrap{
    padding-top:0 !important;
}

.container,
#site-wrapper{
    width:1120px !important;
    max-width:1120px !important;
    margin:20px auto;
}

/* HEADER */

.custom-header{
    margin-bottom:15px;
}

.custom-header-banner img{
    width:100%;
    display:block;
}

/* BREADCRUMB */

.breadcrumb-wrap{
    background:#e5e5e5;
    border:1px solid #cfcfcf;
    padding:10px 15px;
    margin-bottom:15px;
    font-size:13px;
    color:#666;
}

.home-icon{
    margin-right:5px;
}

/* MAIN LAYOUT */

.main-layout{
    display:flex;
    gap:15px;
    align-items:flex-start;
}

/* SIDEBAR WIDTHS */

#left-sidebar{
    width:235px;
    flex:none;
}

#primary{
    width:590px;
    flex:none;
}

#right-sidebar{
    width:235px;
    flex:none;
}

/* SIDEBAR BOX */

.widget{
    background:#f5f5f5;
    border:1px solid #cfcfcf;
    margin-bottom:18px;
    box-shadow:0 6px 12px rgba(0,0,0,.16);
}

/* TITLE */

.widget-title{
    background:#d9d9d9;
    padding:12px 15px !important;
    margin:0 !important;
    border-left:3px solid #13aff0;
    font-size:14px !important;
    color:#555;
    text-transform:uppercase;
    font-weight:400 !important;
    letter-spacing:0;
    line-height:1.3;
}

/* MENU */

.widget ul{
    list-style:none;
    margin:0;
    padding:0;
}

.widget li{
    border-bottom:1px solid #ececec;
}

.widget li:last-child{
    border-bottom:none;
}

.widget li a{
    display:block;
    padding:11px 14px;
    color:#555;
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
}

.widget li.current-menu-item a,
.widget li a:hover{
    color:#49abd6;
}

/* CONTENT */

.content-box{
    background:#fff;
    border:1px solid #d0d0d0;
    padding:18px;
}

/* TITLE */

.content-box h1,
.entry-title{
    margin:0 0 18px;
    color:#444;
    font-size:20px;
    font-weight:700;
    line-height:1.4;
}

/* TEXT */

.content-box p{
    line-height:1.65;
    font-size:14px;
    margin-bottom:14px;
}

/* FORM */

.content-box input[type="text"],
.content-box input[type="email"],
.content-box input[type="tel"],
.content-box textarea,
.content-box select{
    width:100%;
    border:1px solid #cfcfcf;
    padding:8px 10px;
    margin-bottom:10px;
    box-sizing:border-box;
    border-radius:2px;
    font-size:14px;
}

.content-box textarea{
    height:110px;
}

.content-box input[type="submit"]{
    background:#4ba7d6;
    border:none;
    color:#fff;
    padding:10px 22px;
    cursor:pointer;
    font-size:14px;
}

/* SIDEBAR TEXT */

.widget p{
    font-size:14px;
    line-height:1.6;
    padding:0 15px;
    color:#555;
}

.widget a{
    color:#49abd6;
    text-decoration:none;
}

/* IMAGES */

.widget img{
    width:100%;
    height:auto;
    display:block;
}
.btn-center{text-align:center;}
.motor-verkaufen-box{
    padding:15px;
    color:#555;
    font-size:14px;
    line-height:1.7;
}

.motor-verkaufen-box p{
    margin-bottom:18px;
}

.motor-verkaufen-box a{
    color:#49abd6;
    font-weight:bold;
    text-decoration:none;
}
.motor-verkaufen-box h2,
.motoankauf-contact h2{
    margin:0 0 15px;
    background:#d9d9d9;
    border-left:3px solid #13aff0;
    padding:12px 15px;
    font-size:14px;
    font-weight:400;
    text-transform:uppercase;
    color:#555;
    line-height:1.2;
}

.motor-verkaufen-box,
.motoankauf-contact{
    background:#f7f7f7;
    border:1px solid #cfcfcf;
    box-shadow:0 4px 10px rgba(0,0,0,.14);
    padding:0 0 15px;
    margin-bottom:20px;
}

.motor-verkaufen-box p,
.motoankauf-contact p{
    padding:0 15px;
    margin:0 0 14px;
    font-size:14px;
    line-height:1.7;
    color:#555;
}

.motor-verkaufen-box a,
.motoankauf-contact a{
    color:#49abd6;
    text-decoration:none;
    font-weight:bold;
}
/* MOBILE */

@media(max-width:959px){

    .container,
    #site-wrapper{
        width:95% !important;
    }

    .main-layout{
        flex-direction:column;
    }

    #left-sidebar,
    #primary,
    #right-sidebar{
        width:100%;
    }

    .content-box{
        padding:15px;
    }
}
/* Better form spacing */
.cf7-row{
    margin-bottom:18px;
}

/* Flex row */
.cf7-row p{
    display:flex;
    align-items:flex-start;
    width:100%;
    margin:0;
    gap:10px;
}

/* Left labels */
.cf7-row label{
    width:200px;
    min-width:200px;
    font-weight:700;
    color:#444;
    line-height:1.5;
    padding-top:12px;
    margin:0;
}

/* Right field area */
.cf7-row .wpcf7-form-control-wrap{
    flex:1;
    display:block;
}

/* Inputs */
.cf7-row input[type="text"],
.cf7-row input[type="email"],
.cf7-row input[type="tel"],
.cf7-row select,
.cf7-row textarea{
    width:100% !important;
    padding:14px 16px !important;
    border:1px solid #ccc !important;
    box-sizing:border-box;
    font-size:16px;
    border-radius:3px;
    margin:0 !important;
    background:#fff;
}

/* Textarea */
.cf7-row textarea{
    min-height:180px;
    resize:vertical;
}

/* Radio buttons */
.cf7-row .wpcf7-radio{
    display:flex;
    gap:35px;
    padding-top:14px;
}

.cf7-row .wpcf7-list-item{
    margin:0;
}

/* File fields */
.cf7-row input[type="file"]{
    width:100%;
    padding-top:10px;
}

/* Submit */
.btn-center p{
    justify-content:center;
}

.btn-center label{
    display:none;
}

.btn-center input[type="submit"]{
    padding:14px 35px !important;
    font-size:16px;
}

/* Mobile */
@media(max-width:768px){

    .cf7-row p{
        flex-direction:column;
        gap:8px;
    }

    .cf7-row label{
        width:100%;
        min-width:100%;
        padding-top:0;
    }
}