/*!
Theme Name: Allianz Kundler
Theme URI: http://underscores.me/
Author: BookaBrain, Jana Hartung
Author URI: https://staging.kundler.com/
Description: Individuell entwickeltes WordPress-Theme für den Relaunch der Allianz Generalvertretung Kundler
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 oder höher
License URI: LICENSE
Text Domain: kundler-relaunch

Dieses Theme ist, wie auch WordPress, unter der GPL-Lizenz veröffentlicht. Es basiert auf Underscores https://underscores.me/, (C) 2012–2020 Automattic, Inc.
Underscores wird unter den Bedingungen der GNU GPL v2 oder höher veröffentlicht.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
.tarif-details .btn-default {    
	padding: 0px 15px;
}

input.wpcf7-form-control.wpcf7-not-valid{
	border: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
}

.accordion-body .btn-default{
    color: #fff;
}
 .accordion-body .btn-default:hover{
    color: #fff;
}
 
section a:not([class]) {
	color:#FF7C01;
}

section a:not([class]):hover {
	text-decoration:underline;
}

section.footer a:not([class]) {
	color:#fff;
}

 
.logonew-carousel .item img {
    max-height: 150px;
}
 
.logonew-carousel .item {
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center ;
    margin: 0px 30px;
}
 
.logonew-carousel .slick-track {
    display: flex;
    align-items: center;
}
 
.partners .logonew-carousel {
    margin-top: 50px;
}
 