/* cmsms stylesheet: NEO Partner modified: 23.11.2018 17:09:35 */
/* Flex Seperator*/
.c-seperator {
    padding: 0 30px;
    box-sizing: border-box;
    flex: 0 1 100%;
}

/* Partner Detail Template */
.gh-partner-frame {
    background-color: #f2f2f2;
    position: relative;
    padding: 25px 0;
    margin-bottom: 32px;
}

.gh-partner-frame:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -64px;
    left: 50%;
    margin-left: -32px;
    border: 32px solid transparent;
    border-top: 32px solid #f2f2f2;
    z-index: 5;
}

.gh-partner-panel {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px 15px 15px;
}

/* Main inhalt */
.gh-partner-left {
    box-sizing: border-box;
    flex-grow: 3;
    flex-basis: 0;
    margin-right: 20px;
    min-width: 500px;
}

.gh-partner-body {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    overflow: hidden;
}

.gh-partner-theme {
    height: 300px;
    background-color: #ccc;
    background-size: cover;
    background-position: center right;
    position: relative;
}
.gh-partner-theme-image {
    position:  absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:  0;
    background-color: #ccc;
    background-size: cover;
    background-position: center;
}

.gh-partner-blur {
    filter: blur(5px), grayscale(1);
    -webkit-filter: blur(5px) grayscale(0);
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
}

.gh-tp-theme:before {
    content:  "";
    position:  absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #dcda26;
    background: -moz-linear-gradient(45deg, #dcda26 36%, #44a2d2 100%);
    background: -webkit-linear-gradient(45deg, #dcda26 36%,#44a2d2 100%);
    background: linear-gradient(45deg, #dcda26 36%,#44a2d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcda26', endColorstr='#ed3e58',GradientType=1 );
    opacity: .4;
    }
   
.gh-sp-theme:before {
    content:  "";
    position:  absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ed3e58;
    background: -moz-linear-gradient(45deg, #ed3e58 36%, #44a2d2 100%);
    background: -webkit-linear-gradient(45deg, #ed3e58 36%,#44a2d2 100%);
    background: linear-gradient(45deg, #ed3e58 36%,#44a2d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed3e58', endColorstr='#44a2d2',GradientType=1 );
    opacity: .4;
    }
.gh-ap-theme:before {
    content:  "";
    position:  absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00C176;
    background: -moz-linear-gradient(45deg, #00C176 36%, #44a2d2 100%);
    background: -webkit-linear-gradient(45deg, #00C176 36%,#44a2d2 100%);
    background: linear-gradient(45deg, #00C176 36%,#44a2d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C176', endColorstr='#44a2d2',GradientType=1 );
    opacity: .4;
    }
.gh-pp-theme:before {
    content:  "";
    position:  absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1097ff;
    background: -moz-linear-gradient(45deg, #1097ff 36%, #ed3e58 100%);
    background: -webkit-linear-gradient(45deg, #1097ff 36%,#ed3e58 100%);
    background: linear-gradient(45deg, #1097ff 36%,#ed3e58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1097ff', endColorstr='#ed3e58',GradientType=1 );
    opacity: .4;
    }

.gh-text-image {
    position:  absolute;
    top: 20px;
    bottom: 20px;
    right: 100px;
    left: 340px;
    background-repeat:  no-repeat;
    background-position:  center;
    background-size: contain;
}

.gh-partner-gradient {
    background-color: #f6f6f6;
    background: rgba(255,255,255,0);
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 70%, rgba(0,0,0,0.05) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(70%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.05)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0, rgba(0,0,0,0.05) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 70%, rgba(0,0,0,0.05) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 70%, rgba(0,0,0,0.05) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 70%, rgba(0,0,0,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
    position: absolute;
    height: 100%;
    width: 100%;
}

.gh-parter-profilbild {
    height: 200px;
    width: 200px;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    left: 50px;
    z-index: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.gh-partner-content {
    background-color: #FFF;
    box-sizing: border-box;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    padding: 80px 50px 50px 50px;
}

/* Kontakt inhalt */
.gh-partner-right {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 350px;
}

.gh-partner-info-frame {
}

.gh-partner-info-panel {
    background-color: #FFF;
    padding: 15px;
    box-sizing: border-box;
    min-height: 200px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    border-top: 10px solid #313638;
}

.gh-partner-addon {
    box-sizing: border-box;
    position: relative;
    margin-top: 20px;
}

.gh-partner-name {
    width: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
}

.gh-partner-name h1 {
    font-weight: 600;
    line-height: 1.5;
    margin: initial;
}

.gh-partner-profile {
    height: 180px;
    width: 180px;
    border-radius: 90px;
    margin: 15px auto;
    background-size: contain;
    background-color: #ccc;
    /* border: 6px solid #ccc; */
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.gh-partner-profile .c-patch {
    right: -37px;
    bottom: 0;
}

.gh-partner-profile.technology {border-color: #dcda26;}
.gh-partner-profile.premium {border-color: #1097ff;}
.gh-partner-profile.authorized {border-color: #00C176;}
.gh-partner-profile.solution {border-color: #ed3e59;}

.technology-partner .gh-partner-thumb-title {
    background-color: #dbda27;
}
.addon-dms .gh-partner-thumb-title, .premium-partner .gh-partner-thumb-title {
    background-color: #1097ff;
}
.addon-max .gh-partner-thumb-title, .authorized-partner .gh-partner-thumb-title {
    background-color: #00C176;
}
.addon-crm .gh-partner-thumb-title, .solution-partner .gh-partner-thumb-title {
    background-color: #ed3e59;
}

.gh-partner-info-1 {
    display: table;
    width: 100%;
    min-height: 100px;
}

.c-partner-address {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

/* Partner Thumbs */
.gh-partner-weiter {
    padding: 25px 0 10px 0;
}


.gh-partner-thumb-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: -10px;
    width: 100%;
}

.gh-partner-thumb-image img {
    width: 100%;
    margin: 15px 0;
}

.gh-partner-thumb {
    flex-grow: 1;
    width: 100%;
    max-width: calc((100% / 8) - 20px);
    margin: 10px;
    box-sizing: border-box;
    transform: scale(1);
    transition: all .2s;
    flex: 1 auto;
    min-height: 0;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(60, 60, 60, 0.15);
}

.gh-partner-thumb-box {
    background-color: #FFF;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all .3s;
}

.gh-partner-thumb-image {
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    line-height: 0;
}

.gh-partner-thumb-anchor {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.gh-partner-thumb-title {
    font-size: 12px;
    padding: 6px 6px;
    background-color: #a2a2a2;
    width: 100%;
    color: #ffffff;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: visible;
    border-radius: 0 0 4px 4px;
}

/* Addon CTA*/

.gh-addon-cta {
    display: table;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    transition: all .3s;
    background-color: #ed3f59;
}

.gh-addon-cta-1 {
    display: table-cell;
    vertical-align: top;
    width: 95px;
}

.gh-addon-cta-2 span {
    color: #FFF;
    display: block;
    margin: 5px 0 0 0;
    line-height: 20px;
}

.gh-addon-cta-img {
    height: 80px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border-radius: 5px;
    margin: 10px 0 10px 10px;
}

.gh-addon-cta-2 {
    vertical-align: middle;
    display: table-cell;
    padding: 5px 15px;
}

.gh-addon-cta-2 .h5 {
    font-size: 12px;
}

.gh-addon-cta a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.gh-addon-cta:hover {
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.29);
}

@media (max-width: 900px){

.gh-partner-left {
    margin-right: 0;
    min-width: initial;
}
.gh-partner-thumb-list {
}
.gh-partner-panel {
    display: block;
    padding: 0 15px;
}
.gh-parter-profilbild {
    left: 50%;
    margin-left: -100px;
}
.gh-partner-content {
    padding: 80px 20px 50px 20px;
}
.gh-partner-thumb {
    max-width: calc((100% / 6) - 20px);
}
.gh-partner-weiter {
    padding: 15px 0 15px 0;
}
.gh-partner-right {
    min-width: 0;
}

.c-info-c {
    border-top: 1px solid #f2f2f2;
    margin: 0 -15px;
    padding: 17px 10px 12px 10px;
}

.c-info-c p {
    padding-bottom: 0;
}

.c-partner-address > div:last-child {
        margin: 0 -15px -15px -15px;
}
.gh-text-image{display:none;}
}
@media (max-width: 600px){

.gh-partner-thumb {
    max-width: calc((100% / 3) - 14px);
    margin: 7px;
}

}

@charset "utf-8";
[contenteditable=true]:empty:before{
  content: attr(placeholder);
  display: block; /* For Firefox */
}

/* Handbuch Suche */

#gh-search-wrapper {
    padding: 0 15px;
}

#gh-search {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    height: 80px;
    border-radius: 4px;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

/* Handbuch Suche dropdown */

#gh-search-source {
    white-space: nowrap;
    color: #888;
    font-weight: bold;
    font-size: 16px;
    line-height: 60px;
}

.active > #gh-search-source {
    color: #fff;
}

#gh-search-select {
    position: absolute;
    padding: 0;
    margin: 0;
    background-color: #fff;
    left: 0;
    z-index: 100;
    display: none;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

#gh-search-dropdown {
    line-height: 80px;
    padding: 0 15px;
    width: 153px;
    position: relative;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
    background-color: #f2f2f2;
}
#gh-search-dropdown:not(.active):hover {
    background-color: #eee;
}

#gh-search-dropdown:after {
    content: "";
    border: 5px solid transparent;
    border-top-color: #a6a6a6;
    position: absolute;
    right: 10px;
    top: 38px;
    transform-origin: top;
}

#gh-search-dropdown.active {
    background-color: #ed3f59;
    color: #fff;
    border-radius: 4px 0 0 0;
}

#gh-search-dropdown.active:after {
	transform: rotateX(-180deg);
	border-top-color: #ffffff;
	top: 43px;
}

#gh-search-dropdown.active ul {
    display: block;
    background-color: #ed3f59;
    color: #fff;
}

#gh-search-select li {
    list-style-type: none;
    line-height: 40px;
    padding: 0 15px;
    width: 153px;
    color: #fff;
}

#gh-search-select li:hover {
    background-color: #d82f49;
}

/* Handbuch Suche Input */

#gh-search-field {
    flex: 1;
    line-height: 80px;
    font-size: 18px;
    padding: 0 15px;
    cursor: text;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}


#gh-search-field:empty {
    color: #ccc;
}

/* Handbuch Suche Button */

#gh-search-button {
    line-height: 80px;
    padding: 0 15px;
    background-color: #ed3f59;
    color: #FFF;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    text-align: center;
    width: 60px;
}
#gh-search-button svg {
    vertical-align: middle;
    margin-bottom: 2px;
}
#gh-search-button:hover {
    background-color: #d82f49;

}
#gh-search-dropdown svg{
    display:none;
}
@media (max-width: 425px) {

#gh-search-button, #gh-search-source{display:none;}


#gh-search-dropdown {
    width: 70px;
}
#gh-search-dropdown svg {
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left:3px;
    fill: #a2a2a2;
    display: inline;
}
#gh-search-dropdown.active svg {
    vertical-align: middle;
    margin-bottom: 2px;
    fill: #fff;
}
}

.gh-filter-tag {
    margin-bottom: 5px;
    margin-top: 7px;
}

.gh-filter-tag a {
    background-color: #1097ff;
    color: white;
    line-height: 23px;
    display: inline-block;
    padding: 2px 6px;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.video .c-panel-wrapper {
    padding: 10px 15px 10px 15px;
}

.c-panel-3.video h4 {
    margin: 10px 0 10px 0;
}
