
/*! 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.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Header';
  src: url('/fileadmin/Template/fonts/font_header.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Text';
  src: url('/fileadmin/Template/fonts/font_text.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Symbols';
  src: url('/fileadmin/Template/fonts/fontello.ttf');
  font-display: swap;
}

a, a:visited {text-decoration: none; color: var(--normal) }

a:hover {color: var(--hell); border-bottom: 1px dotted var(--hell) }

body {font-family: 'Text', sans-serif;  color: var(--black)}



.img-fluid {max-width: 500px !important; height: auto ;}
div#border {height: 0.7em; background-image: linear-gradient(to right, var(--dunkel), var(--hell));}
div#page-header {height: 12em;  background-image:url(/fileadmin/Template/img/header.png); background-size: auto 100%; background-position: center center ; background-repeat: no-repeat; }
div#page-footer {margin-top: 5em;  background: #444;}
span.footer-name {font-family: 'Header', sans-serif; background: #fff; color: var(--hell); padding: 1px 4px 1px 4px; font-weight: bold; margin-right: 2px;  }
#page-footer {padding-bottom: 3em; line-height: 1.5em;   }
#page-footer, #page-footer a, #page-footer a:visited {color: #fff; font-size: 0.9em;  }
 div#footer-notice {text-align: center; padding-top: 2em;}
div#head {max-width: 1200px; margin:auto;}
div#page-body {line-height: 1.5em;}
div.frame-layout-1, div.frame-layout-2 div, div#footer-wrap {max-width: 1200px; margin:auto; padding-left: 20px; padding-right: 20px;}
div.frame-layout-2 {background: var(--normal); background-size: cover; text-align: center; background-position: center bottom; line-height: 1.7em; padding-top: 2em; padding-bottom: 2em; }
div.frame-layout-2 h2 {color: #fff; }
.grid_2 div.frame-layout-2 {background-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url(/fileadmin/Template/img/bg_quote.jpg);  }
.grid_11 div.frame-layout-2 {background-image: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(/fileadmin/Template/img/bg_quote_2.jpg);  }




i {font-style: normal;}


h1, h2, h3 {font-family: 'Header', serif; color:var(--normal); letter-spacing: 2px;  }
h1 {text-align: center; font-size: 2.8em; line-height: 1.25em;}
h2 { font-size: 2em; }

textarea {height: 10em;}
.checkbox input {width: 2em;   }

input, textarea { width: 100%; box-sizing: border-box;  line-height: 1.5em; padding: 0.5em 0.5em 0.5em 0.5em; color: var(--dunkel); font-weight: bold;  max-width: 500px; font-family: 'Text', serif; border: 10px solid;  border-image-slice: 1;  border-width: 5px;    border-image-source: linear-gradient(to right, var(--normal), var(--hell));}

div.button a, .btn-primary, .btn-cancel {border: 0; padding: 1em 1em 1em 1em; color: #fff; text-align: center;  text-transform: uppercase; font-size: 1.2em; display: block; font-weight: bold; font-family: 'Header', serif; background: linear-gradient(to top right, var(--normal), var(--hell));}
div.button a:hover , .btn-primary:hover, .btn-cancel:hover {background: var(--dunkel); color: #fff; }
input:focus, textarea:focus { border-image-source: linear-gradient(to top right, var(--normal), var(--hell)); }

.ce-column, .ce-row {display: inline-block;}
.ce-intext {display: flex; flex-direction: row-reverse; }
.ce-intext div.ce-gallery {width: 250px; }

figure.image {margin: 10px}
figure.image img {box-shadow: 0px 0px 3px var(--dunkel)}

.grid-wrapper_33 .ce-center {text-align: center;}




:root {
  --normal : #7f0f28;
  --hell : #b34450;
  --dunkel : #4d0000 ;
  --black : #333333;
  --white : #ffffff ;
} 


div.logo {
  background-image: url('/fileadmin/Template/img/Logo_ambet_Tagespflege_RGB.jpg');
  background-size: 12em auto;
  background-repeat: no-repeat; 
  background-position: 1em 2em; 
  height: 12em;
  width: 20em;

  
}
  /* Add a black background color to the top navigation */

.nav-wrap {
  max-width: 1200px;
  margin:auto;
  
}

.topnav {
  background-color: var(--normal);
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
  font-size: 0.8em;
  border: 0;
  text-transform: uppercase; 
}

/* Add an active class to highlight the current page */
.active {
  background-color: #04AA6D;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;

}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 0.8em;
  border: none;
  outline: none;
  color: white;
  padding: 20px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-transform: uppercase; 

}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 20px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1000px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
} 
@media only screen and (max-width: 1200px) {
  h1 {font-size: 2em}
}



@media only screen and (max-width: 600px) {
 
  body {font-size: 0.8em}
  h1 {font-size: 1.75em}
  
  
  .ce-intext {display: block; }
.ce-intext div.ce-gallery {width: 100%; text-align: center }
}