/*
Theme Name:  eurosun
Theme URI:   http://www.eurosun.de
Description: Ihr Reiseportal
Author:      bomotion.de
Author URI:  http://www.bomotion.de
Version:     1.0.0
License:     GNU General Public License
License URI: license.txt
Tags:        dark, light, white, black, gray, left-sidebar, right-sidebar, fluid-layout, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: gleichklang
Template:    cherryframework4-master
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.menu-primary a {
    color: #2c4f5e;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
}
ul.gutscheinListe li {
    margin-bottom: 14px;
    margin-left: -10px;
}
h2.orange {
    font-weight: 600;
}
.kaufBox {
    box-sizing:border-box;
    width:calc(100% + 30px);
    margin-left:-15px;
    border: 1px solid #ff8a00;
    padding:15px;
    margin-top:20px;
    margin-bottom:40px;
}
.kaufBoxLeft {
    float:left;
    width:55%;
    min-width:450px;
}
.kaufBoxLeft img {
    margin-top:20px;
}
.kaufBoxRight {
    float:left;
    width:38%;
    min-width: 350px;
}
.kaufBoxRight table td {
    border:none !important;
    padding:0 !important;
    line-height:50px !important;
}
.kaufBoxRight table {
    border: none !important;
}
td.gText {
    font-size:13px;
    padding: 0 20px !important;
    width: 135px;
}
td.gWert b {
    font-size:18px;
}
a.kaufButton {
    background: #ff8a00;
    text-align: center;
    color: #fff;
    width: 100px;
    text-decoration: none !important;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}
a.kaufButton:hover, a.kaufButton:active {
    background:#2c4f5e;
}
.gutscheinTabs1 {
    display:none;
}

@media (max-width: 540px) {

   .kaufBoxLeft {
		float: none;
		width: 100%;
		min-width: auto;
		max-width: 100%;
	}
	.kaufBoxRight {
		float: none;
		width: 100%;
		min-width: auto;
	}
	.kaufBoxRight table tr td:first-child {
		display:none;
	}
	.halfform {
		width: 100%;
	}
	.formdiv {
		float: none;
		width: 100%;
		margin:0 !important;
	}
	.selLeft {
		width: 100%;
	}
	#kaufGutschein {
		padding:10px 0 !important;
	}
	.formdiv input, .fullwidthInput input {
		width: 100%;
		max-width: 100%;
	}
}

#kfHolder {
 width:calc(100% - 15px);max-width:100%;margin-left:15px;margin-top:-30px;overflow:hidden;
}

@media (max-width: 568px) {
        
#kfHolder {
 margin-top:10px;
}

}
#headerPhone1, #headerPhone1 a {
	color:#000 !important;
}

@media (min-width: 1024px) {
        
.nodesk {
	display:none;
}

}
input,select,button {
outline: none !important;
}
#claim {
    background: none;
	pointer-events:none;
}