/*
 Theme Name:     WP-Bootstrap-4 Child
 Theme URI:      https://bootstrap-wp.com/
 Description:    WP Bootstrap4 Child-Theme
 Author:         rot
 Author URI:     r-ot.at
 Template:       wp-bootstrap-4
 Version:        1.0.0
*/

/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */


html{
    max-width:100vw;
    overflow-x:hidden;
    min-height:100vh;
}
body{
    min-height:100vh;
}
:root{

    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #68a871;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white07: rgba(255,255,255,0.7);
    --white09: rgba(255,255,255,0.9);
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --greylight04: rgba(193,193,193,0.4);
    --grey07: rgba(44,44,44,0.7);
    --grey09: rgba(44,44,44,0.9);
    --primary:#60bdd9;
    --primary07:rgba(96,189,217,0.7);
    --primary-darkened:rgba(96,189,217,0.7);
    /* --secondary: indianred; */
    --secondary: #ebff42;
    /* --secondary-darkened:rgb(139, 62, 62); */
    --secondary-darkened:#c6d440;
    --success: #28a745;
    --info:#d7e7d9;
    --info-darkened:#a2b1a3;
    --warning: #c98301;
    --warning-darkened: #905e00;
    --danger: #dc3545;
    --light: #f8f9fa;
    --light-darkened: #ebebeb;
    --dark: #343a40;
    --text: #212529;

    --display: 300 19px/1.3 "Advent Pro", sans-serif;

}
